|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Version | |
|---|---|
| org.jboss.deployers.structure.spi.classloading | |
| org.jboss.deployers.structure.spi.classloading.helpers | |
| Uses of Version in org.jboss.deployers.structure.spi.classloading |
|---|
| Classes in org.jboss.deployers.structure.spi.classloading with type parameters of type Version | |
|---|---|
interface |
VersionComparator<T extends Version,U extends Version>
The Version impl comparator. |
interface |
VersionComparator<T extends Version,U extends Version>
The Version impl comparator. |
| Fields in org.jboss.deployers.structure.spi.classloading declared as Version | |
|---|---|
static Version |
Version.DEFAULT_VERSION
The default version |
| Methods in org.jboss.deployers.structure.spi.classloading with type parameters of type Version | ||
|---|---|---|
|
VersionComparatorRegistry.compare(T t,
U u)
Compare two version impls. |
|
|
VersionComparatorRegistry.compare(T t,
U u)
Compare two version impls. |
|
protected
|
VersionComparatorRegistry.getComparator(T t,
U u)
Get the comparator. |
|
protected
|
VersionComparatorRegistry.getComparator(T t,
U u)
Get the comparator. |
|
|
VersionComparatorRegistry.registerVersionComparator(Class<T> t,
Class<U> u,
VersionComparator<T,U> comparator)
Register version comparator. |
|
|
VersionComparatorRegistry.registerVersionComparator(Class<T> t,
Class<U> u,
VersionComparator<T,U> comparator)
Register version comparator. |
|
|
VersionComparatorRegistry.registerVersionComparator(Class<T> t,
VersionComparator<T,T> comparator)
Register version comparator. |
|
|
VersionComparatorRegistry.removeVersionComparator(Class<T> t)
Remove the version comparator. |
|
|
VersionComparatorRegistry.removeVersionComparator(Class<T> t,
Class<U> u)
Remove the version comparator. |
|
|
VersionComparatorRegistry.removeVersionComparator(Class<T> t,
Class<U> u)
Remove the version comparator. |
|
| Methods in org.jboss.deployers.structure.spi.classloading that return Version | |
|---|---|
Version |
VersionRange.getHigh()
Get the high. |
Version |
VersionRange.getLow()
Get the low. |
Version |
PackageCapability.getVersion()
Get the package version |
Version |
ModuleCapability.getVersion()
The version of the module |
Version |
ClassLoaderMetaData.getVersion()
Get the version. |
| Methods in org.jboss.deployers.structure.spi.classloading with parameters of type Version | |
|---|---|
int |
Version.compareTo(Version v)
|
boolean |
VersionRange.isInRange(Version version)
Test whether a version is in range |
void |
ClassLoaderMetaData.setVersion(Version version)
Set the version. |
| Method parameters in org.jboss.deployers.structure.spi.classloading with type arguments of type Version | |
|---|---|
VersionComparator |
VersionComparatorRegistry.getComparator(Class<? extends Version> t,
Class<? extends Version> u)
Get the comparator. |
VersionComparator |
VersionComparatorRegistry.getComparator(Class<? extends Version> t,
Class<? extends Version> u)
Get the comparator. |
| Constructors in org.jboss.deployers.structure.spi.classloading with parameters of type Version | |
|---|---|
VersionRange(Version low)
Create a new VersionRange with just a low inclusive check |
|
VersionRange(Version low,
boolean lowInclusive,
Version high,
boolean highInclusive)
Create a new VersionRange. |
|
VersionRange(Version low,
Version high)
Create a new VersionRange with low inclusive and high non-inclusive |
|
| Uses of Version in org.jboss.deployers.structure.spi.classloading.helpers |
|---|
| Subclasses of Version in org.jboss.deployers.structure.spi.classloading.helpers | |
|---|---|
class |
VersionImpl
VersionImpl. |
| Methods in org.jboss.deployers.structure.spi.classloading.helpers that return Version | |
|---|---|
Version |
ModuleCapabilityImpl.getVersion()
|
Version |
PackageCapabilityImpl.getVersion()
|
| Constructors in org.jboss.deployers.structure.spi.classloading.helpers with parameters of type Version | |
|---|---|
ModuleCapabilityImpl(String name,
Version version)
Create a new ModuleCapabilityImpl. |
|
PackageCapabilityImpl(String name,
Version version)
Create a new PackageCapabilityImpl. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||