Uses of Enum Class
com.peterphi.std.io.ActionOnConflict
Packages that use ActionOnConflict
-
Uses of ActionOnConflict in com.peterphi.std.io
Methods in com.peterphi.std.io that return ActionOnConflictModifier and TypeMethodDescriptionstatic ActionOnConflictReturns the enum constant of this class with the specified name.static ActionOnConflict[]ActionOnConflict.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.peterphi.std.io with parameters of type ActionOnConflictModifier and TypeMethodDescriptionstatic booleanArchiveHelper.addFilesToExistingJar(File jarFile, String basePathWithinJar, Map<String, File> files, ActionOnConflict action) Adds a file or files to a jar file, replacing the original one