public class SystemToken
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SystemToken.ARCH
Enumeration to represent all of the system architectures
selectable by PCD
|
static class |
SystemToken.OS
Enumeration to represent all of the operating systems
selectable by PCD
|
Modifier and Type | Field and Description |
---|---|
java.util.Set<SystemToken.ARCH> |
archs
The system architectures associated with the operating system.
|
SystemToken.OS |
os
The operating system represented by the system token.
|
Constructor and Description |
---|
SystemToken(SystemToken.OS os,
java.util.Set<SystemToken.ARCH> archs)
Creates a new operating system/architectures token.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Tests for equality.
|
public SystemToken.OS os
public java.util.Set<SystemToken.ARCH> archs
public SystemToken(SystemToken.OS os, java.util.Set<SystemToken.ARCH> archs)
os
- the operating system represented by the token.archs
- the architectures represented by the token.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to compare with this SystemToken object.Copyright © 2008-2022 University of Manitoba.