| Package | Description |
|---|---|
| com.peterphi.std.io |
| Modifier and Type | Method and Description |
|---|---|
static ActionOnConflict |
ActionOnConflict.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActionOnConflict[] |
ActionOnConflict.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ArchiveHelper.addFilesToExistingJar(java.io.File jarFile,
java.lang.String basePathWithinJar,
java.util.Map<java.lang.String,java.io.File> files,
ActionOnConflict action)
Adds a file or files to a jar file, replacing the original one
|
Copyright © 2014. All Rights Reserved.