Package | Description |
---|---|
configuration |
Configuration classes including module configurations and project directory structure configurations.
|
model |
This package contains of data structure classes "model layer": this includes the data
structures for profiles, information collections and extraction results.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashSet<OperatingSystem.OsName> |
ModuleConfiguration.getSupportedSystems()
Set of
OperatingSystem s supported by the module |
Modifier and Type | Method and Description |
---|---|
ModuleConfiguration |
ModuleConfiguration.addSupportedSystem(OperatingSystem.OsName os)
The default is "system independent".
|
Modifier and Type | Field and Description |
---|---|
OperatingSystem.OsName |
OperatingSystem.genericName |
Modifier and Type | Method and Description |
---|---|
static OperatingSystem.OsName |
OperatingSystem.OsName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystem.OsName[] |
OperatingSystem.OsName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|