|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccumulatingDiffHandler.Difference | |
---|---|
org.semver | |
org.semver.jardiff |
Uses of AccumulatingDiffHandler.Difference in org.semver |
---|
Methods in org.semver that return types with arguments of type AccumulatingDiffHandler.Difference | |
---|---|
java.util.Set<AccumulatingDiffHandler.Difference> |
Checker.diff(java.io.File previousJAR,
java.io.File currentJAR,
java.util.Set<java.lang.String> includes,
java.util.Set<java.lang.String> excludes)
|
Methods in org.semver with parameters of type AccumulatingDiffHandler.Difference | |
---|---|
protected java.lang.String |
Checker.extractActionType(AccumulatingDiffHandler.Difference difference)
|
protected java.lang.String |
Checker.extractDetails(AccumulatingDiffHandler.Difference difference)
|
Method parameters in org.semver with type arguments of type AccumulatingDiffHandler.Difference | |
---|---|
protected Checker.CompatibilityType |
Checker.computeCompatibilityType(java.util.Set<AccumulatingDiffHandler.Difference> differences)
|
protected boolean |
Checker.contains(java.util.Set<AccumulatingDiffHandler.Difference> differences,
java.lang.Class<? extends AccumulatingDiffHandler.Difference> type)
|
protected boolean |
Checker.contains(java.util.Set<AccumulatingDiffHandler.Difference> differences,
java.lang.Class<? extends AccumulatingDiffHandler.Difference> type)
|
Uses of AccumulatingDiffHandler.Difference in org.semver.jardiff |
---|
Subclasses of AccumulatingDiffHandler.Difference in org.semver.jardiff | |
---|---|
static class |
AccumulatingDiffHandler.Add
|
static class |
AccumulatingDiffHandler.Change
|
class |
AccumulatingDiffHandler.Remove
|
Methods in org.semver.jardiff that return types with arguments of type AccumulatingDiffHandler.Difference | |
---|---|
java.util.Set<AccumulatingDiffHandler.Difference> |
AccumulatingDiffHandler.getDifferences()
|
Methods in org.semver.jardiff with parameters of type AccumulatingDiffHandler.Difference | |
---|---|
int |
AccumulatingDiffHandler.Difference.compareTo(AccumulatingDiffHandler.Difference other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |