- 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