class BaselineCommands.PSpec extends java.lang.Object implements java.lang.Comparable<BaselineCommands.PSpec>
Modifier and Type | Field and Description |
---|---|
Attrs |
attrs |
(package private) int |
id |
(package private) java.lang.String |
packageName |
Tree |
tree |
Attrs |
uses |
(package private) Version |
version |
Constructor and Description |
---|
PSpec() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BaselineCommands.PSpec o) |
java.lang.String packageName
Version version
int id
public Attrs attrs
public Tree tree
public Attrs uses
public int compareTo(BaselineCommands.PSpec o)
compareTo
in interface java.lang.Comparable<BaselineCommands.PSpec>