Uses of Enum Class
com.peterphi.std.io.ActionOnConflict
-
Uses of ActionOnConflict in com.peterphi.std.io
Modifier and TypeMethodDescriptionstatic ActionOnConflict
Returns 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.Modifier and TypeMethodDescriptionstatic boolean
ArchiveHelper.addFilesToExistingJar
(File jarFile, String basePathWithinJar, Map<String, File> files, ActionOnConflict action) Adds a file or files to a jar file, replacing the original one