|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
de.hunsicker.jalopy | Contains the main classes to directly interact with the Jalopy formatting engine. |
de.hunsicker.util | Contains miscellaneous utility and helper classes. |
Uses of Version in de.hunsicker.jalopy |
Methods in de.hunsicker.jalopy that return Version | |
Version |
VersionMismatchException.getExpected()
Returns the expected version. |
Version |
VersionMismatchException.getFound()
Returns the found version. |
static Version |
Jalopy.getVersion()
Returns the version information. |
Constructors in de.hunsicker.jalopy with parameters of type Version | |
VersionMismatchException(Version expected,
Version found)
Creates a new VersionMismatchException object. |
|
VersionMismatchException(Version expected,
Version found)
Creates a new VersionMismatchException object. |
Uses of Version in de.hunsicker.util |
Methods in de.hunsicker.util that return Version | |
static Version |
Version.valueOf(java.lang.String version)
Returns the version object for the given string. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |