Package | Description |
---|---|
org.biopcd.parser |
Modifier and Type | Field and Description |
---|---|
java.util.Set<SystemToken.ARCH> |
SystemToken.archs
The system architectures associated with the operating system.
|
Modifier and Type | Method and Description |
---|---|
SystemToken.ARCH |
PCD.ArchName()
Matches an architecture name and returns the
appropriate
SystemToken.ARCH value. |
static SystemToken.ARCH |
SystemToken.ARCH.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemToken.ARCH[] |
SystemToken.ARCH.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<SystemToken.ARCH> |
PCD.ArchList()
Parses a list of supported system architectures in a PCD file
|
Constructor and Description |
---|
SystemToken(SystemToken.OS os,
java.util.Set<SystemToken.ARCH> archs)
Creates a new operating system/architectures token.
|
Copyright © 2008-2022 University of Manitoba.