public class Configuration extends Object
| Constructor and Description |
|---|
Configuration() |
Configuration(Configuration other) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDistribution(Distribution dist)
Add a new component to the distribution.
|
protected Configuration |
clone() |
Set<String> |
getArchitectures() |
Set<Distribution> |
getDistributions() |
File |
getSourceFolder() |
File |
getTargetFolder() |
void |
setArchitectures(Set<String> architectures) |
void |
setSourceFolder(File sourceFolder) |
void |
setTargetFolder(File targetFolder) |
void |
validate() |
public Configuration()
public Configuration(Configuration other)
public void validate()
throws IllegalStateException
IllegalStateExceptionprotected Configuration clone()
public File getSourceFolder()
public void setSourceFolder(File sourceFolder)
public File getTargetFolder()
public void setTargetFolder(File targetFolder)
public Set<Distribution> getDistributions()
public void addDistribution(Distribution dist)
dist - distribution to addCopyright © 2014. All rights reserved.