public class ManifestConfiguration extends ConfigurationBase
| Modifier and Type | Field and Description |
|---|---|
private java.io.File |
inputFile |
private java.io.File |
manifestFile |
private java.io.File |
workingDirectory |
| Constructor and Description |
|---|
ManifestConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getInputFile() |
java.io.File |
getManifestFile() |
java.io.File |
getWorkingDirectory() |
void |
setInputFile(java.io.File inputFile) |
void |
setManifestFile(java.io.File manifestFile) |
void |
setWorkingDirectory(java.io.File dir) |
getEnvFactory, setEnvFactoryprivate java.io.File workingDirectory
private java.io.File inputFile
private java.io.File manifestFile
public java.io.File getInputFile()
public void setInputFile(java.io.File inputFile)
public java.io.File getManifestFile()
public void setManifestFile(java.io.File manifestFile)
public java.io.File getWorkingDirectory()
public void setWorkingDirectory(java.io.File dir)