Class XmlConfigurationHelper


  • public final class XmlConfigurationHelper
    extends Object
    Helper class with constants and methods to work with 1C:Enterprise configuration XML files.
    Restriction:
    This class is not intended to be sub-classed by clients.
    Restriction:
    This class is not intended to be instantiated by clients.
    • Field Detail

      • CONFIGURATION_XML_FILE_NAME

        public static final String CONFIGURATION_XML_FILE_NAME
        File name of the configuratiom XML file.
        See Also:
        Constant Field Values
      • DUMP_INFO_XML_FILE_NAME

        public static final String DUMP_INFO_XML_FILE_NAME
        File name of the configuration dump information file.
        See Also:
        Constant Field Values
    • Method Detail

      • isHierarchyXmlStructure

        public static boolean isHierarchyXmlStructure​(Path sourceFolder)
        Checks and returns whether the provided source folder contains 1C:Enterprise configuration XML files with hierarchy structure.
        Parameters:
        sourceFolder - the folder to check, cannot be null
        Returns:
        returns whether the provided source folder contains 1C:Enterprise configuration XML files with hierarchy structure