Uses of Class
dk.netarkivet.deploy.Parameters

Packages that use Parameters
dk.netarkivet.deploy Contains software for installing NetarchiveSuite on multiple machines. 
 

Uses of Parameters in dk.netarkivet.deploy
 

Fields in dk.netarkivet.deploy declared as Parameters
protected  Parameters Machine.machineParameters
          The machine parameters.
 

Methods in dk.netarkivet.deploy that return Parameters
 Parameters Application.getMachineParameters()
          For acquiring the machine parameter variable.
 

Constructors in dk.netarkivet.deploy with parameters of type Parameters
Application(org.dom4j.Element subTreeRoot, XmlStructure parentSettings, Parameters param)
          A application is the program to be run on a machine.
LinuxMachine(org.dom4j.Element subTreeRoot, XmlStructure parentSettings, Parameters param, java.lang.String netarchiveSuiteSource, java.io.File logProp, java.io.File securityPolicy, java.io.File dbFile, java.io.File arcdbFile, boolean resetDir, java.io.File externalJarFolder)
          The constructor.
Machine(org.dom4j.Element subTreeRoot, XmlStructure parentSettings, Parameters param, java.lang.String netarchiveSuiteSource, java.io.File logProp, java.io.File securityPolicy, java.io.File dbFileName, java.io.File archiveDbFileName, boolean resetDir, java.io.File externalJarFolder)
          A machine is referring to an actual computer at a physical location, which can have independent applications from the other machines at the same location.
Parameters(Parameters parent)
          Constructor.
PhysicalLocation(org.dom4j.Element subTreeRoot, XmlStructure parentSettings, Parameters param, java.lang.String netarchiveSuiteSource, java.io.File logProp, java.io.File securityPolicy, java.io.File dbFile, java.io.File arcdbFile, boolean resetDir, java.io.File externalJarFolder)
          The physical locations is referring to the position in the real world where the computers are located.
WindowsMachine(org.dom4j.Element root, XmlStructure parentSettings, Parameters param, java.lang.String netarchiveSuiteSource, java.io.File logProp, java.io.File securityPolicy, java.io.File dbFile, java.io.File arcdbFile, boolean resetDir, java.io.File externalJarFolder)
          The constructor.