Uses of Class
com.norconex.commons.lang.jar.JarCopier.OnJarConflict
Packages that use JarCopier.OnJarConflict
Package
Description
Utility classes related to jar file duplicate and version conflict
detection and resolution.
-
Uses of JarCopier.OnJarConflict in com.norconex.commons.lang.jar
Fields in com.norconex.commons.lang.jar declared as JarCopier.OnJarConflictModifier and TypeFieldDescriptionstatic final JarCopier.OnJarConflictJarCopier.OnJarConflict.DEFAULTMethods in com.norconex.commons.lang.jar that return JarCopier.OnJarConflictModifier and TypeMethodDescriptionJarCopier.OnJarConflict.withSourceAction(JarCopier.OnJarConflict.SourceAction sourceAction) Action to perform (or not) on source file.JarCopier.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.OnJarConflictModifierConstructorDescriptionJarCopier(@NonNull JarCopier.OnJarConflict onJarConflict) Constructor with custom behavior for jar conflict resolution.