Uses of Class
dk.netarkivet.deploy.XmlStructure

Packages that use XmlStructure
dk.netarkivet.deploy   
 

Uses of XmlStructure in dk.netarkivet.deploy
 

Fields in dk.netarkivet.deploy declared as XmlStructure
protected  XmlStructure Machine.settings
          The settings, inherited from parent and overwritten.
 

Constructors in dk.netarkivet.deploy with parameters of type XmlStructure
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(XmlStructure root)
          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.