|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
---|---|
jxl.enclosure.loader | Classes responsible for managing modules and class-loading. |
jxl.enclosure.peer | Classes that enable dynamic download and install of needed modules. |
jxl.version | An implementation of versions and version ranges based on a mathmatical number line. |
Uses of Version in jxl.enclosure.loader |
---|
Methods in jxl.enclosure.loader that return Version | |
---|---|
Version |
Module.getVersion()
|
Methods in jxl.enclosure.loader with parameters of type Version | |
---|---|
static java.lang.String |
Modules.describeJar(java.io.File jar,
java.lang.String name,
Version version)
|
static java.lang.String |
Modules.jarDir(java.io.File dir,
java.lang.String moduleName,
Version version,
java.io.OutputStream out)
|
void |
Module.setVersion(Version version)
Setter for property version. |
Uses of Version in jxl.enclosure.peer |
---|
Methods in jxl.enclosure.peer that return types with arguments of type Version | |
---|---|
ObjectPair<byte[],Version> |
ModuleServer.locate(java.lang.String[] classNames)
Remote method, should not be called by a client |
ObjectPair<byte[],Version> |
ModuleServerInterface.locate(java.lang.String[] classNames)
Find a module containing a class whose name is className |
ObjectPair<byte[],Version> |
ModuleServer.update(java.lang.String module,
Version version)
Remote method, should not be called by a client |
ObjectPair<byte[],Version> |
ModuleServerInterface.update(java.lang.String module,
Version version)
Search for a newer version than version of module |
Methods in jxl.enclosure.peer with parameters of type Version | |
---|---|
byte[] |
ModuleServer.findUpdate(java.lang.String module,
Version version)
Find the newest version of module |
ObjectPair<byte[],Version> |
ModuleServer.update(java.lang.String module,
Version version)
Remote method, should not be called by a client |
ObjectPair<byte[],Version> |
ModuleServerInterface.update(java.lang.String module,
Version version)
Search for a newer version than version of module |
Uses of Version in jxl.version |
---|
Methods in jxl.version that return Version | |
---|---|
Version |
VersionSegment.getMaxVersion()
Getter for property maxVersion. |
Version |
VersionSegment.getMinVersion()
Getter for property minVersion. |
Version |
VersionRay.getVersion()
Getter for property version. |
static Version |
VersionUtils.minusOne(Version v)
|
static Version |
Version.parseVersion(long l)
|
static Version |
Version.parseVersion(java.lang.String version)
|
static Version |
VersionUtils.plusOne(Version v)
|
Methods in jxl.version with parameters of type Version | |
---|---|
boolean |
VersionSet.add(Version v)
|
int |
Version.compareTo(Version v)
|
boolean |
AllVersion.implies(Version v)
|
boolean |
VersionRay.implies(Version v)
|
boolean |
VersionSegment.implies(Version v)
|
boolean |
VersionSet.implies(Version v)
|
abstract boolean |
VersionSpecification.implies(Version v)
|
static Version |
VersionUtils.minusOne(Version v)
|
static Version |
VersionUtils.plusOne(Version v)
|
void |
VersionSegment.setMaxVersion(Version maxVersion)
Setter for property maxVersion. |
void |
VersionSegment.setMinVersion(Version minVersion)
Setter for property minVersion. |
void |
VersionRay.setVersion(Version v)
|
Constructors in jxl.version with parameters of type Version | |
---|---|
VersionRay(Version v,
boolean positive)
Creates a new instance of VersionRay |
|
VersionRay(Version v,
boolean positive,
boolean inclusive)
|
|
VersionSegment(Version min,
Version max)
|
|
VersionSegment(Version min,
Version max,
boolean inclusive)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |