Skip navigation links
B C D E F G H I L M N O P R S T V W X 

B

BUILD - Static variable in class com.github.yuchi.semver.Constants
 
build - Variable in class com.github.yuchi.semver.Version
 
BUILDIDENTIFIER - Static variable in class com.github.yuchi.semver.Constants
 

C

CARET - Static variable in class com.github.yuchi.semver.Constants
 
CARETLOOSE - Static variable in class com.github.yuchi.semver.Constants
 
CARETTRIM - Static variable in class com.github.yuchi.semver.Constants
 
CARETTRIM_REPLACE - Static variable in class com.github.yuchi.semver.Constants
 
com.github.yuchi.semver - package com.github.yuchi.semver
 
Comparator - Class in com.github.yuchi.semver
 
Comparator(String) - Constructor for class com.github.yuchi.semver.Comparator
 
Comparator(String, boolean) - Constructor for class com.github.yuchi.semver.Comparator
 
COMPARATOR - Static variable in class com.github.yuchi.semver.Constants
 
COMPARATORLOOSE - Static variable in class com.github.yuchi.semver.Constants
 
COMPARATORTRIM - Static variable in class com.github.yuchi.semver.Constants
 
COMPARATORTRIM_REPLACE - Static variable in class com.github.yuchi.semver.Constants
 
compare(Object, String, Object, boolean) - Static method in class com.github.yuchi.semver.Comparator
 
compare(Version, Operator, Version) - Static method in class com.github.yuchi.semver.Comparator
 
compare(Version, Version) - Method in class com.github.yuchi.semver.VersionComparator
 
compareIdentifiers(Object, Object) - Static method in class com.github.yuchi.semver.Version
 
compareTo(Version) - Method in class com.github.yuchi.semver.Version
 
Constants - Class in com.github.yuchi.semver
 
Constants() - Constructor for class com.github.yuchi.semver.Constants
 

D

Direction - Enum in com.github.yuchi.semver
 

E

equals(Object) - Method in class com.github.yuchi.semver.Version
 

F

from(String) - Static method in enum com.github.yuchi.semver.Operator
 
from(Object, boolean) - Static method in class com.github.yuchi.semver.Range
 
from(Object, boolean) - Static method in class com.github.yuchi.semver.Version
 
FULL - Static variable in class com.github.yuchi.semver.Constants
 
FULLPLAIN - Static variable in class com.github.yuchi.semver.Constants
 

G

getBuild() - Method in class com.github.yuchi.semver.Version
 
getMajor() - Method in class com.github.yuchi.semver.Version
 
getMinor() - Method in class com.github.yuchi.semver.Version
 
getPatch() - Method in class com.github.yuchi.semver.Version
 
getPattern() - Method in class com.github.yuchi.semver.REWrapper
 
getPrerelease() - Method in class com.github.yuchi.semver.Version
 
GTLT - Static variable in class com.github.yuchi.semver.Constants
 

H

HYPHENRANGE - Static variable in class com.github.yuchi.semver.Constants
 
HYPHENRANGELOOSE - Static variable in class com.github.yuchi.semver.Constants
 

I

is0(String) - Method in class com.github.yuchi.semver.Range
 
isGreaterThenRange(Object, Object) - Static method in class com.github.yuchi.semver.SemVer
 
isGreaterThenRange(Object, Object, boolean) - Static method in class com.github.yuchi.semver.SemVer
 
isLessThenRange(Object, Object) - Static method in class com.github.yuchi.semver.SemVer
 
isLessThenRange(Object, Object, boolean) - Static method in class com.github.yuchi.semver.SemVer
 
isOutside(Version, Direction) - Method in class com.github.yuchi.semver.Range
 
isOutside(Object, Object, Direction, boolean) - Static method in class com.github.yuchi.semver.SemVer
 
isX(String) - Method in class com.github.yuchi.semver.Range
 

L

LONECARET - Static variable in class com.github.yuchi.semver.Constants
 
LONETILDE - Static variable in class com.github.yuchi.semver.Constants
 
loose - Variable in class com.github.yuchi.semver.Comparator
 
LOOSE - Static variable in class com.github.yuchi.semver.Constants
 
loose - Variable in class com.github.yuchi.semver.Range
 
loose - Variable in class com.github.yuchi.semver.Version
 
LOOSEPLAIN - Static variable in class com.github.yuchi.semver.Constants
 

M

MAINVERSION - Static variable in class com.github.yuchi.semver.Constants
 
MAINVERSIONLOOSE - Static variable in class com.github.yuchi.semver.Constants
 
major - Variable in class com.github.yuchi.semver.Version
 
match(CharSequence) - Method in class com.github.yuchi.semver.REWrapper
 
matches(CharSequence) - Method in class com.github.yuchi.semver.REWrapper
 
minor - Variable in class com.github.yuchi.semver.Version
 

N

NONNUMERICIDENTIFIER - Static variable in class com.github.yuchi.semver.Constants
 
NUMERIC - Static variable in class com.github.yuchi.semver.Constants
 
NUMERICIDENTIFIER - Static variable in class com.github.yuchi.semver.Constants
 
NUMERICIDENTIFIERLOOSE - Static variable in class com.github.yuchi.semver.Constants
 

O

operator - Variable in class com.github.yuchi.semver.Comparator
 
Operator - Enum in com.github.yuchi.semver
 

P

parseRange(String) - Method in class com.github.yuchi.semver.Range
 
patch - Variable in class com.github.yuchi.semver.Version
 
PRERELEASE - Static variable in class com.github.yuchi.semver.Constants
 
prerelease - Variable in class com.github.yuchi.semver.Version
 
PRERELEASEIDENTIFIER - Static variable in class com.github.yuchi.semver.Constants
 
PRERELEASEIDENTIFIERLOOSE - Static variable in class com.github.yuchi.semver.Constants
 
PRERELEASELOOSE - Static variable in class com.github.yuchi.semver.Constants
 

R

Range - Class in com.github.yuchi.semver
 
Range(String) - Constructor for class com.github.yuchi.semver.Range
 
Range(String, boolean) - Constructor for class com.github.yuchi.semver.Range
 
raw - Variable in class com.github.yuchi.semver.Comparator
 
raw - Variable in class com.github.yuchi.semver.Range
 
raw - Variable in class com.github.yuchi.semver.Version
 
replace(String, String) - Method in class com.github.yuchi.semver.REWrapper
 
replace(String, Function<Matcher, StringBuilder>) - Method in class com.github.yuchi.semver.REWrapper
 
replaceCarets(String) - Method in class com.github.yuchi.semver.Range
 
replaceHyphens(String) - Method in class com.github.yuchi.semver.Range
 
replaceStars(String) - Method in class com.github.yuchi.semver.Range
 
replaceTildes(String) - Method in class com.github.yuchi.semver.Range
 
replaceWithTokensStream(String, Function<Matcher, StringBuilder>) - Method in class com.github.yuchi.semver.REWrapper
 
replaceXRanges(String) - Method in class com.github.yuchi.semver.Range
 
REWrapper - Class in com.github.yuchi.semver
 
REWrapper(String) - Constructor for class com.github.yuchi.semver.REWrapper
 
REWrapper(String, boolean) - Constructor for class com.github.yuchi.semver.REWrapper
 

S

SemVer - Class in com.github.yuchi.semver
 
SemVer() - Constructor for class com.github.yuchi.semver.SemVer
 
set - Variable in class com.github.yuchi.semver.Range
 
splitBySpace(String) - Method in class com.github.yuchi.semver.Range
 
STAR - Static variable in class com.github.yuchi.semver.Constants
 

T

test(Object) - Method in class com.github.yuchi.semver.Comparator
 
test(Version) - Method in class com.github.yuchi.semver.Range
 
testList(Version, List<Comparator>) - Method in class com.github.yuchi.semver.Range
 
TILDE - Static variable in class com.github.yuchi.semver.Constants
 
TILDELOOSE - Static variable in class com.github.yuchi.semver.Constants
 
TILDETRIM - Static variable in class com.github.yuchi.semver.Constants
 
TILDETRIM_REPLACE - Static variable in class com.github.yuchi.semver.Constants
 
toString() - Method in class com.github.yuchi.semver.REWrapper
 
toString() - Method in class com.github.yuchi.semver.Version
 

V

valid(Object) - Static method in class com.github.yuchi.semver.SemVer
 
valid(Object, boolean) - Static method in class com.github.yuchi.semver.SemVer
 
validRange(Object) - Static method in class com.github.yuchi.semver.SemVer
 
validRange(Object, boolean) - Static method in class com.github.yuchi.semver.SemVer
 
valueOf(String) - Static method in enum com.github.yuchi.semver.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.yuchi.semver.Operator
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.yuchi.semver.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.yuchi.semver.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class com.github.yuchi.semver.Comparator
 
Version - Class in com.github.yuchi.semver
 
Version(String) - Constructor for class com.github.yuchi.semver.Version
 
Version(String, boolean) - Constructor for class com.github.yuchi.semver.Version
 
version - Variable in class com.github.yuchi.semver.Version
 
VersionComparator - Class in com.github.yuchi.semver
 
VersionComparator() - Constructor for class com.github.yuchi.semver.VersionComparator
 

W

wrap(String) - Static method in class com.github.yuchi.semver.Constants
 
wrap(String, boolean) - Static method in class com.github.yuchi.semver.Constants
 

X

XRANGE - Static variable in class com.github.yuchi.semver.Constants
 
XRANGEIDENTIFIER - Static variable in class com.github.yuchi.semver.Constants
 
XRANGEIDENTIFIERLOOSE - Static variable in class com.github.yuchi.semver.Constants
 
XRANGELOOSE - Static variable in class com.github.yuchi.semver.Constants
 
XRANGEPLAIN - Static variable in class com.github.yuchi.semver.Constants
 
XRANGEPLAINLOOSE - Static variable in class com.github.yuchi.semver.Constants
 
B C D E F G H I L M N O P R S T V W X 
Skip navigation links