|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.tools.info.UpdateCheckResults.VersionComparator
public static class UpdateCheckResults.VersionComparator
VersionComparator
compares strings that represent dotted
version numbers (e.g. "1.1.2"). These string are compared using
the ordering laid out in the Specification
Versioning section of the Java Production Versioning Guide.
Constructor Summary | |
---|---|
UpdateCheckResults.VersionComparator()
|
Method Summary | |
---|---|
int |
compare(java.lang.String string1,
java.lang.String string2)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public UpdateCheckResults.VersionComparator()
Method Detail |
---|
public int compare(java.lang.String string1, java.lang.String string2) throws java.lang.NumberFormatException
compare
in interface java.util.Comparator<java.lang.String>
java.lang.NumberFormatException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |