Skip navigation links
C E F G H I M N S T V 

C

compareTo(IVersion) - Method in class net.ossindex.version.impl.NamedVersion
 
compareTo(IVersion) - Method in class net.ossindex.version.impl.SemanticVersion
 

E

equals(Object) - Method in class net.ossindex.version.impl.NamedVersion
 
equals(Object) - Method in class net.ossindex.version.impl.SemanticVersion
 

F

FlexibleSemanticVersion - Class in net.ossindex.version.impl
SemanticVersion extension that allows for somewhat more broad matching by "repairing" the version.
FlexibleSemanticVersion(String) - Constructor for class net.ossindex.version.impl.FlexibleSemanticVersion
Use an external library for parsing.

G

getMajor() - Method in class net.ossindex.version.impl.NamedVersion
 
getMajor() - Method in class net.ossindex.version.impl.SemanticVersion
 
getMajor() - Method in interface net.ossindex.version.IVersion
 
getMinor() - Method in class net.ossindex.version.impl.NamedVersion
 
getMinor() - Method in class net.ossindex.version.impl.SemanticVersion
 
getMinor() - Method in interface net.ossindex.version.IVersion
 
getPatch() - Method in class net.ossindex.version.impl.NamedVersion
 
getPatch() - Method in class net.ossindex.version.impl.SemanticVersion
 
getPatch() - Method in interface net.ossindex.version.IVersion
 
getVersion(String) - Method in class net.ossindex.version.VersionFactory
Get a version implementation.
getVersion(String, String) - Method in class net.ossindex.version.VersionFactory
Get a version implementation.
getVersionFactory() - Static method in class net.ossindex.version.VersionFactory
 

H

hashCode() - Method in class net.ossindex.version.impl.NamedVersion
 
hashCode() - Method in class net.ossindex.version.impl.SemanticVersion
 

I

intersects(VersionRange) - Method in class net.ossindex.version.VersionRange
Return true if the provided range intersects our range
isStable() - Method in class net.ossindex.version.impl.NamedVersion
 
isStable() - Method in class net.ossindex.version.impl.SemanticVersion
Returns true if this represents a stable release.
isStable() - Method in interface net.ossindex.version.IVersion
Returns true if this represents a stable release.
IVersion - Interface in net.ossindex.version
All version classes must implement this interface.

M

m_s - Static variable in class net.ossindex.version.VersionFactory
 
mdm_s - Static variable in class net.ossindex.version.VersionFactory
 
mdmdp_s - Static variable in class net.ossindex.version.VersionFactory
 

N

NamedVersion - Class in net.ossindex.version.impl
Simple version that is based on name comparisons.
NamedVersion(String) - Constructor for class net.ossindex.version.impl.NamedVersion
 
net.ossindex.version - package net.ossindex.version
 
net.ossindex.version.impl - package net.ossindex.version.impl
 
NpmVersion - Class in net.ossindex.version.impl
NPM specific extensions to semantic versioning
NpmVersion(String) - Constructor for class net.ossindex.version.impl.NpmVersion
 

S

satisfies(String) - Method in class net.ossindex.version.impl.NamedVersion
Satisfaction of named versions must be exact.
satisfies(String) - Method in class net.ossindex.version.impl.NpmVersion
Some range processing so that the comparison can be handled by our SemanticVersion library.
satisfies(String) - Method in class net.ossindex.version.impl.SemanticVersion
 
satisfies(String) - Method in interface net.ossindex.version.IVersion
Returns true if this version satisfies the provided version range.
SemanticVersion - Class in net.ossindex.version.impl
Useful docs here: https://github.com/zafarkhaja/jsemver Wrapper around jsemver semantic version parsing code.
SemanticVersion(String) - Constructor for class net.ossindex.version.impl.SemanticVersion
Use an external library for parsing.
SemanticVersion() - Constructor for class net.ossindex.version.impl.SemanticVersion
 
setVersion(String) - Method in class net.ossindex.version.impl.SemanticVersion
Set the version

T

toString() - Method in class net.ossindex.version.impl.NamedVersion
 
toString() - Method in class net.ossindex.version.impl.SemanticVersion
 
toString() - Method in class net.ossindex.version.VersionRange
 

V

VersionFactory - Class in net.ossindex.version
This factory provides an appropriate version implementation for specified version strings.
VersionRange - Class in net.ossindex.version
Represent a range of versions.
VersionRange(String[]) - Constructor for class net.ossindex.version.VersionRange
 
VersionRange(String) - Constructor for class net.ossindex.version.VersionRange
 
C E F G H I M N S T V 
Skip navigation links

Copyright © 2015. All rights reserved.