| Package | Description |
|---|---|
| generator | |
| model.packages | |
| parser |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<Option> |
ArchiveGenerator.parseOptions(java.lang.String options) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AbstractOption> |
OptionHandler.convertOptions(java.util.List<Option> options)
Apply all the options provided! and Convert them to Objects!
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Option> |
PackageRule.options
represents the List of options.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Option> |
PackageRule.getOptions() |
| 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 java.util.List<Option> |
TempPackageRule.options
is the List of Options of the PackageRule.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Option> |
TempPackageRule.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
TempPackageRule.addOptions(Option option)
adds an Option.
|