Uses of Class
net.thevpc.common.diff.jar.DiffKey
Packages that use DiffKey
-
Uses of DiffKey in net.thevpc.common.diff.jar
Classes in net.thevpc.common.diff.jar that implement interfaces with type arguments of type DiffKeyMethods in net.thevpc.common.diff.jar that return DiffKeyModifier and TypeMethodDescriptionAbstractDiffItemCreateContext.getKey()DiffItemCreateContext.getKey()Methods in net.thevpc.common.diff.jar that return types with arguments of type DiffKeyMethods in net.thevpc.common.diff.jar with parameters of type DiffKeyModifier and TypeMethodDescriptionbooleanDiffCommand.acceptDiffKey(DiffKey key) intAbstractDiffCommand.createChildItem(DiffKey name, DiffStatus status, String sourceValue, String targetValue, DiffEvalContext diffEvalContext) DiffCommand.createChildItem(DiffKey name, DiffStatus status, String sourceValue, String targetValue, DiffEvalContext diffEvalContext) AbstractDiffCommand.createContext(DiffKey name, DiffStatus kind, String sourceValue, String targetValue, DiffEvalContext diffEvalContext) AbstractDiffCommand.resolveDiffItemFactory(DiffKey key, DiffEvalContext diffEvalContext) Method parameters in net.thevpc.common.diff.jar with type arguments of type DiffKeyModifier and TypeMethodDescriptionprotected DiffResultAbstractDiffCommand.createResult(TreeMap<DiffKey, String> missing1, TreeMap<DiffKey, String> missing2, TreeMap<DiffKey, String[]> diffs, DiffEvalContext context) Constructors in net.thevpc.common.diff.jar with parameters of type DiffKeyModifierConstructorDescriptionAbstractDiffItemCreateContext(DiffKey key, DiffStatus status, String sourceValue, String targetValue, DiffCommand diffCommand, DiffEvalContext diffEvalContext) DefaultDiffItemCreateContext(DiffKey name, DiffStatus status, String sourceValue, String targetValue, DiffCommand diffCommand, DiffEvalContext diffEvalContext) Constructor parameters in net.thevpc.common.diff.jar with type arguments of type DiffKeyModifierConstructorDescriptionAbstractDiffResult(DiffCommand diff, DiffEvalContext diffEvalContext, TreeMap<DiffKey, String> added, TreeMap<DiffKey, String> removed, TreeMap<DiffKey, String[]> changed) DefaultDiffResult(DiffCommand diff, DiffEvalContext diffEvalContext, TreeMap<DiffKey, String> added, TreeMap<DiffKey, String> removed, TreeMap<DiffKey, String[]> changed) -
Uses of DiffKey in net.thevpc.common.diff.jar.commands
Methods in net.thevpc.common.diff.jar.commands that return types with arguments of type DiffKeyModifier and TypeMethodDescriptionDiffCommandDefault.map(Object item, DiffEvalContext diffEvalContext) DiffCommandJavaClass.map(Object item, DiffEvalContext diffEvalContext) DiffCommandJavaManifest.map(Object item, DiffEvalContext diffEvalContext) DiffCommandJavaProperties.map(Object item, DiffEvalContext diffEvalContext) DiffCommandVar.map(Object item, DiffEvalContext diffEvalContext) DiffCommandZip.map(Object item, DiffEvalContext diffEvalContext) Methods in net.thevpc.common.diff.jar.commands with parameters of type DiffKeyModifier and TypeMethodDescriptionbooleanDiffCommandDefault.acceptDiffKey(DiffKey key) booleanDiffCommandJavaClass.acceptDiffKey(DiffKey key) booleanDiffCommandJavaManifest.acceptDiffKey(DiffKey key) booleanDiffCommandJavaProperties.acceptDiffKey(DiffKey key) booleanDiffCommandVar.acceptDiffKey(DiffKey key) booleanDiffCommandZip.acceptDiffKey(DiffKey key)