Uses of Class
fedora.utilities.install.InstallOptions

Packages that use InstallOptions
fedora.utilities.install   
fedora.utilities.install.container   
 

Uses of InstallOptions in fedora.utilities.install
 

Methods in fedora.utilities.install with parameters of type InstallOptions
static OptionDefinition OptionDefinition.get(java.lang.String id, InstallOptions options)
          Get the definition of the identified option, or null if no such definition exists.
static void Installer.installJDBCDriver(Distribution dist, InstallOptions opts, java.io.File destDir)
           
 

Constructors in fedora.utilities.install with parameters of type InstallOptions
Database(Distribution dist, InstallOptions opts)
           
FedoraHome(Distribution dist, InstallOptions opts)
           
Installer(Distribution dist, InstallOptions opts)
           
XACMLPolicy(java.io.File policyFile, InstallOptions installOptions)
           
XACMLPolicy(java.io.InputStream policyFile, InstallOptions installOptions)
           
 

Uses of InstallOptions in fedora.utilities.install.container
 

Methods in fedora.utilities.install.container that return InstallOptions
protected  InstallOptions Container.getOptions()
           
 

Methods in fedora.utilities.install.container with parameters of type InstallOptions
static Container ContainerFactory.getContainer(Distribution dist, InstallOptions options)
           
 

Constructors in fedora.utilities.install.container with parameters of type InstallOptions
BundledTomcat(Distribution dist, InstallOptions options)
           
Container(Distribution dist, InstallOptions options)
           
DefaultContainer(Distribution dist, InstallOptions options)
           
ExistingTomcat(Distribution dist, InstallOptions options)
           
ExistingTomcat50(Distribution dist, InstallOptions options)
           
FedoraWebXML(java.lang.String webXML, InstallOptions options)
           
TomcatServerXML(java.io.File serverXML, InstallOptions installOptions)
           
TomcatServerXML(java.io.InputStream serverXML, InstallOptions installOptions)
           
WebXMLOptions(InstallOptions installOptions)