Class PhysicalLocation


  • public class PhysicalLocation
    extends Object
    The physical location class.
    • Field Detail

      • logoFile

        protected File logoFile
        user specific logo png file
      • menulogoFile

        protected File menulogoFile
        user specific menulogo png file
    • Constructor Detail

      • PhysicalLocation

        public PhysicalLocation​(org.dom4j.Element subTreeRoot,
                                XmlStructure parentSettings,
                                Parameters param,
                                String netarchiveSuiteSource,
                                File slf4JConfig,
                                File securityPolicy,
                                File dbFile,
                                File arcdbFile,
                                boolean resetDir,
                                File externalJarFolder,
                                File aLogoFile,
                                File aMenulogoFile,
                                File bitmagFolder,
                                DeployConfiguration deployConfiguration)
                         throws ArgumentNotValid
        The physical locations is referring to the position in the real world where the computers are located. One physical location can contain many machines.
        Parameters:
        subTreeRoot - The root of this branch in the XML structure.
        parentSettings - The settings of the parent (deploy-config).
        param - The parameters of the parent (deploy-config).
        netarchiveSuiteSource - The name of the NetarchiveSuite file.
        securityPolicy - The security policy file.
        dbFile - The harvest definition database.
        arcdbFile - The archive database.
        resetDir - Whether the temporary directory should be reset.
        externalJarFolder - The folder containing the external jar library files.
        Throws:
        ArgumentNotValid - If one of the following arguments are null: subTreeRoot, parentSettings, param, logProp, securityPolicy; or if the netarchiveSuiteSource if either null or empty.
    • Method Detail

      • write

        public void write​(File directory)
                   throws ArgumentNotValid
        Initiate the creation of global scripts and machine scripts.
        Parameters:
        directory - The directory where the files are to be placed.
        Throws:
        ArgumentNotValid - If the directory is null.