|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openide.modules.SpecificationVersion
Utility class representing a specification version.
Constructor Summary | |
SpecificationVersion(String version)
Parse from string. |
Method Summary | |
int |
compareTo(Object o)
Perform a Dewey-decimal comparison. |
boolean |
equals(Object o)
Overridden to compare contents. |
int |
hashCode()
Overridden to hash by contents. |
String |
toString()
String representation (Dewey-decimal). |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SpecificationVersion(String version) throws NumberFormatException
Method Detail |
public int compareTo(Object o)
compareTo
in interface Comparable
public boolean equals(Object o)
public int hashCode()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |