Class SourceInformationImpl

    • Constructor Detail

      • SourceInformationImpl

        public SourceInformationImpl​(SourceInformation.SourceType sourceType,
                                     java.io.File rootPath,
                                     java.lang.String xmlFileName,
                                     java.lang.String pathOffsetWithinArchive)
        The constructor which requires both the SourceInformation.SourceType and the rootPath
        Parameters:
        sourceType - defines the method how the model-file paths will be treated.
        rootPath - the path to the zip or base dir for the model definitions
        xmlFileName - the name of the file from which the modelDefinition was loaded (usually fully qualified)
        pathOffsetWithinArchive - the path offset within an archive to use, when querying files. This is usually the parent path (within the offset) of the xml file.