Interface IConfigDumpInfoStore


  • public interface IConfigDumpInfoStore
    Support class to store project infobase configuration dump info settings.
    • Field Detail

      • CONFIG_DUMP_INFO

        static final String CONFIG_DUMP_INFO
        The default name of the infobase configuration dump info file used by 1C:Enterprise. Value is "ConfigDumpInfo.xml".
        See Also:
        Constant Field Values
    • Method Detail

      • storeConfigDumpInfo

        void storeConfigDumpInfo​(org.eclipse.core.resources.IProject project,
                                 InfobaseReference infobase,
                                 Path configDumpInfo,
                                 InfobaseAssociationContext context)
                          throws org.eclipse.core.runtime.CoreException
        Stores the project infobase configuration dump info file for the provided infobase.
        Parameters:
        project - the project to store infobase configuration dump info for, cannot be null
        infobase - the infobase to store infobase configuration dump info for, cannot be null
        configDumpInfo - the infobase configuration dump info file to store, cannot be null
        context - the infobase association context, cannot be null
        Throws:
        org.eclipse.core.runtime.CoreException - if infobase configuration dump info store failed