| Package | Description |
|---|---|
| generator | |
| model.packages | |
| parser |
| Modifier and Type | Method and Description |
|---|---|
private void |
ArchiveGenerator.addToList(Path path,
java.lang.String pathString,
OptEntry optEntry) |
| Modifier and Type | Field and Description |
|---|---|
private Path |
PackageRule.path
represents the path.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
PackageRule.getPath() |
| Constructor and Description |
|---|
PackageRule(RegEx value,
Path path,
java.util.List<AbstractVariableDefinition> variableDef,
Position position,
java.util.List<Option> options) |
| Modifier and Type | Field and Description |
|---|---|
private Path |
TempPackageRule.path
is the Path, which the PackageRule owns.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
TempPackageRule.getPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
TempPackageRule.setPath(Path path)
set the Path of the PackageRule.
|