Uses of Class
dk.netarkivet.deploy.Parameters

Packages that use Parameters
dk.netarkivet.deploy   
 

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, boolean resetDir)
          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, boolean resetDir)
          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, boolean resetDir)
          The physical locations is referring to the position in the real world where the computers are located.
WindowsMachine(org.dom4j.Element e, XmlStructure parentSettings, Parameters param, java.lang.String netarchiveSuiteSource, java.io.File logProp, java.io.File securityPolicy, java.io.File dbFile, boolean resetDir)
          The constructor.