Uses of Enum Class
com.norconex.commons.lang.jar.JarCopier.OnJarConflict.SourceAction
Packages that use JarCopier.OnJarConflict.SourceAction
Package
Description
Utility classes related to jar file duplicate and version conflict
detection and resolution.
-
Uses of JarCopier.OnJarConflict.SourceAction in com.norconex.commons.lang.jar
Methods in com.norconex.commons.lang.jar that return JarCopier.OnJarConflict.SourceActionModifier and TypeMethodDescriptionJarCopier.OnJarConflict.sourceAction()Action to perform (or not) on source file.Returns the enum constant of this class with the specified name.static JarCopier.OnJarConflict.SourceAction[]JarCopier.OnJarConflict.SourceAction.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.SourceActionModifier and TypeMethodDescriptionJarCopier.OnJarConflict.withSourceAction(JarCopier.OnJarConflict.SourceAction sourceAction) Action to perform (or not) on source file.Constructors in com.norconex.commons.lang.jar with parameters of type JarCopier.OnJarConflict.SourceActionModifierConstructorDescriptionOnJarConflict(JarCopier.OnJarConflict.SourceAction sourceAction, JarCopier.OnJarConflict.TargetAction targetAction)