| Package | Description |
|---|---|
| generator | |
| model.packages | |
| parser |
| Modifier and Type | Method and Description |
|---|---|
private void |
ArchiveGenerator.handlePkgRule(PackageRule pkgRule)
handles one package Rule.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<PackageRule> |
PackageDescriptionFile.packagerules
represents the list of packagerules.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PackageRule> |
PackageDescriptionFile.getPackagerules() |
| Constructor and Description |
|---|
PackageDescriptionFile(java.util.List<Comment> comments,
java.util.List<PackageRule> packagerules,
java.lang.Integer version) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<PackageRule> |
PackageDescriptionFileParser.packageRules
is the List of PackageRules of the Parser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageDescriptionFileParser.addPackageRule(PackageRule packageRule)
adds a new Packagerule to the List of the PackageRules.
|