Uses of Class
de.unirostock.sems.cbarchive.web.dataholder.Archive.ReplaceStrategy
-
Packages that use Archive.ReplaceStrategy Package Description de.unirostock.sems.cbarchive.web.dataholder -
-
Uses of Archive.ReplaceStrategy in de.unirostock.sems.cbarchive.web.dataholder
Methods in de.unirostock.sems.cbarchive.web.dataholder that return Archive.ReplaceStrategy Modifier and Type Method Description static Archive.ReplaceStrategy
Archive.ReplaceStrategy. fromString(String string)
static Archive.ReplaceStrategy
Archive.ReplaceStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Archive.ReplaceStrategy[]
Archive.ReplaceStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.unirostock.sems.cbarchive.web.dataholder with parameters of type Archive.ReplaceStrategy Modifier and Type Method Description de.unirostock.sems.cbarchive.ArchiveEntry
Archive. addArchiveEntry(String fileName, Path file, Archive.ReplaceStrategy strategy)
-