|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.phoenix.components.deployer.installer.Installation
Descriptor for installation. This descriptor contains all the information relating to installed application. In particular it locates all the jars in Classpath, config files and installation directory.
Constructor Summary | |
Installation(File source,
File directory,
File workDirectory,
String config,
String assembly,
String environment,
String[] classPath,
FileDigest[] digests,
long timestamp)
|
Method Summary | |
String |
getAssembly()
Retrieve location of applications assembly.xml file. |
String[] |
getClassPath()
Retrieve ClassPath for application. |
String |
getConfig()
Retrieve location of applications config.xml file. |
File |
getDirectory()
Get directory application is installed into. |
String |
getEnvironment()
Retrieve location of applications environment.xml file. |
FileDigest[] |
getFileDigests()
Retrieve file digests. |
File |
getSource()
Get the source of application. |
long |
getTimestamp()
Retrieve the timestamp. |
File |
getWorkDirectory()
Get the directory in which temporary data for this application is stored. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Installation(File source, File directory, File workDirectory, String config, String assembly, String environment, String[] classPath, FileDigest[] digests, long timestamp)
Method Detail |
public File getSource()
public File getDirectory()
public File getWorkDirectory()
public String getConfig()
public String getAssembly()
public String getEnvironment()
public String[] getClassPath()
public FileDigest[] getFileDigests()
public long getTimestamp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |