Package | Description |
---|---|
net.sourceforge.javadpkg.control |
Contains the interfaces and classes for handling the information of the
control file. |
net.sourceforge.javadpkg.control.impl |
The implementation of the interfaces and abstract classes.
|
Modifier and Type | Method and Description |
---|---|
Architecture |
Control.getArchitecture()
Returns the architecture.
|
Architecture |
ArchitectureParser.parseArchitecture(String value,
Context context)
Parses the architecture.
|
Modifier and Type | Method and Description |
---|---|
String |
ArchitectureBuilder.buildArchitecture(Architecture architecture,
Context context)
Builds the architecture.
|
Modifier and Type | Method and Description |
---|---|
Architecture |
AbstractControl.getArchitecture() |
Architecture |
ArchitectureParserImpl.parseArchitecture(String value,
Context context) |
Modifier and Type | Method and Description |
---|---|
String |
ArchitectureBuilderImpl.buildArchitecture(Architecture architecture,
Context context) |
void |
AbstractControl.setArchitecture(Architecture architecture)
Sets the architecture.
|
Copyright © 2015–2019. All rights reserved.