A C D E F G H I M N O P S T V

A

accumulateAccessDetails(String, boolean, boolean, List<String>, List<String>) - Method in class org.semver.Checker
 
AccumulatingDiffHandler - Class in org.semver.jardiff
DiffHandler implementation accumulating changes.
AccumulatingDiffHandler() - Constructor for class org.semver.jardiff.AccumulatingDiffHandler
 
AccumulatingDiffHandler(Set<String>, Set<String>) - Constructor for class org.semver.jardiff.AccumulatingDiffHandler
 
AccumulatingDiffHandler.Add - Class in org.semver.jardiff
 
AccumulatingDiffHandler.Add(String, AbstractInfo) - Constructor for class org.semver.jardiff.AccumulatingDiffHandler.Add
 
AccumulatingDiffHandler.Change - Class in org.semver.jardiff
 
AccumulatingDiffHandler.Change(String, AbstractInfo, AbstractInfo) - Constructor for class org.semver.jardiff.AccumulatingDiffHandler.Change
 
AccumulatingDiffHandler.Difference - Class in org.semver.jardiff
 
AccumulatingDiffHandler.Difference(String, AbstractInfo) - Constructor for class org.semver.jardiff.AccumulatingDiffHandler.Difference
 
AccumulatingDiffHandler.Remove - Class in org.semver.jardiff
 
AccumulatingDiffHandler.Remove(String, AbstractInfo) - Constructor for class org.semver.jardiff.AccumulatingDiffHandler.Remove
 

C

check(File, File, Set<String>, Set<String>) - Method in class org.semver.Checker
 
Checker - Class in org.semver
Allows to compare content of JARs.
Checker() - Constructor for class org.semver.Checker
 
Checker.CompatibilityType - Enum in org.semver
Library compatibility type.
CheckVersionRule - Class in org.semver.enforcer
Checks Version for current Artifact compared to a previous Artifact.
CheckVersionRule() - Constructor for class org.semver.enforcer.CheckVersionRule
 
classAdded(ClassInfo) - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
classChanged(ClassInfo, ClassInfo) - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
classRemoved(ClassInfo) - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
compareTo(AccumulatingDiffHandler.Difference) - Method in class org.semver.jardiff.AccumulatingDiffHandler.Difference
 
compareTo(Version) - Method in class org.semver.Version
 
computeCompatibilityType(Set<AccumulatingDiffHandler.Difference>) - Method in class org.semver.Checker
 
contains(Set<AccumulatingDiffHandler.Difference>, Class<? extends AccumulatingDiffHandler.Difference>) - Method in class org.semver.Checker
 
contains(ClassInfo) - Method in class org.semver.jardiff.AccumulatingDiffHandler
 

D

delta(Version) - Method in class org.semver.Version
 
diff(File, File, Set<String>, Set<String>) - Method in class org.semver.Checker
 
dumpDiff(File, File, Set<String>, Set<String>) - Method in class org.semver.Checker
Dumps on System.out all differences between both JARs.

E

endAdded() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
endChanged() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
endClassChanged() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
endDiff() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
endNewContents() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
endOldContents() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
endRemoved() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
equals(Object) - Method in class org.semver.Version
 
excludes - Variable in class org.semver.enforcer.CheckVersionRule
Class names to be excluded.
execute(EnforcerRuleHelper) - Method in class org.semver.enforcer.CheckVersionRule
 
extractAccessDetails(AbstractInfo, AbstractInfo) - Method in class org.semver.Checker
 
extractActionType(AccumulatingDiffHandler.Difference) - Method in class org.semver.Checker
 
extractDetails(AccumulatingDiffHandler.Difference) - Method in class org.semver.Checker
 
extractDetails(AbstractInfo) - Method in class org.semver.Checker
 
extractFilters(String[]) - Method in class org.semver.enforcer.CheckVersionRule
 
extractInfoType(AbstractInfo) - Method in class org.semver.Checker
 

F

fieldAdded(FieldInfo) - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
fieldChanged(FieldInfo, FieldInfo) - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
fieldRemoved(FieldInfo) - Method in class org.semver.jardiff.AccumulatingDiffHandler
 

G

getCacheId() - Method in class org.semver.enforcer.CheckVersionRule
 
getClassName() - Method in class org.semver.jardiff.AccumulatingDiffHandler.Difference
 
getDifferences() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
getInfo() - Method in class org.semver.jardiff.AccumulatingDiffHandler.Difference
 
getModifiedInfo() - Method in class org.semver.jardiff.AccumulatingDiffHandler.Change
 

H

hashCode() - Method in class org.semver.Version
 

I

includes - Variable in class org.semver.enforcer.CheckVersionRule
Class names to be included.
infer(Version, File, File, Set<String>, Set<String>) - Method in class org.semver.Checker
 
inferNextVersion(Version, Checker.CompatibilityType) - Static method in class org.semver.Checker
Infers next Version depending on provided Checker.CompatibilityType.
isAtLeast(Version.Type) - Method in enum org.semver.Version.Type
 
isCacheable() - Method in class org.semver.enforcer.CheckVersionRule
 
isConsidered() - Method in class org.semver.jardiff.AccumulatingDiffHandler
Is considered a class whose package: * is included * is not excluded If includes are provided then package must be defined here.
isInDevelopment() - Method in class org.semver.Version
 
isResultValid(EnforcerRule) - Method in class org.semver.enforcer.CheckVersionRule
 
isStable() - Method in class org.semver.Version
 
isTypeCompatible(Checker.CompatibilityType, Version.Type) - Static method in class org.semver.Checker
 

M

main(String[]) - Static method in class org.semver.Checker
 
methodAdded(MethodInfo) - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
methodChanged(MethodInfo, MethodInfo) - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
methodRemoved(MethodInfo) - Method in class org.semver.jardiff.AccumulatingDiffHandler
 

N

next(Version.Type) - Method in class org.semver.Version
 

O

org.semver - package org.semver
 
org.semver.enforcer - package org.semver.enforcer
 
org.semver.jardiff - package org.semver.jardiff
 

P

parse(String) - Static method in class org.semver.Version
Creates a Version from a string representation.
previousVersion - Variable in class org.semver.enforcer.CheckVersionRule
Version number of artifact to be checked.

S

startAdded() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
startChanged() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
startClassChanged(String) - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
startDiff(String, String) - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
startNewContents() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
startOldContents() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 
startRemoved() - Method in class org.semver.jardiff.AccumulatingDiffHandler
 

T

toString() - Method in class org.semver.Version
 

V

validate(Version, File, Version, File, Set<String>, Set<String>) - Method in class org.semver.Checker
 
validateArtifact(Artifact) - Method in class org.semver.enforcer.CheckVersionRule
Validates that specified Artifact is a JAR file.
valueOf(String) - Static method in enum org.semver.Checker.CompatibilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.semver.Version.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.semver.Checker.CompatibilityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.semver.Version.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.semver
Version following semantic defined by Semantic Versioning document.
Version(int, int, int) - Constructor for class org.semver.Version
 
Version(int, int, int, String) - Constructor for class org.semver.Version
 
Version.Type - Enum in org.semver
Version element type.

A C D E F G H I M N O P S T V

Copyright © 2010. All Rights Reserved.