Uses of Class
dk.netarkivet.deploy.XmlStructure

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

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, 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(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, 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.