Uses of Enum Class
com.norconex.commons.lang.jar.JarCopier.OnJarConflict.TargetAction
Packages that use JarCopier.OnJarConflict.TargetAction
Package
Description
Utility classes related to jar file duplicate and version conflict
detection and resolution.
-
Uses of JarCopier.OnJarConflict.TargetAction in com.norconex.commons.lang.jar
Methods in com.norconex.commons.lang.jar that return JarCopier.OnJarConflict.TargetActionModifier and TypeMethodDescriptionJarCopier.OnJarConflict.targetAction()Action to perform (or not) on target file.Returns the enum constant of this class with the specified name.static JarCopier.OnJarConflict.TargetAction[]JarCopier.OnJarConflict.TargetAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.commons.lang.jar with parameters of type JarCopier.OnJarConflict.TargetActionModifier and TypeMethodDescriptionJarCopier.OnJarConflict.withTargetAction(JarCopier.OnJarConflict.TargetAction targetAction) Action to perform (or not) on target file.Constructors in com.norconex.commons.lang.jar with parameters of type JarCopier.OnJarConflict.TargetActionModifierConstructorDescriptionOnJarConflict(JarCopier.OnJarConflict.SourceAction sourceAction, JarCopier.OnJarConflict.TargetAction targetAction)