Uses of Enum
org.apache.jackrabbit.vault.vlt.FileAction
Packages that use FileAction
-
Uses of FileAction in org.apache.jackrabbit.vault.vlt
Methods in org.apache.jackrabbit.vault.vlt that return FileActionModifier and TypeMethodDescriptionVltFile.add(boolean force) VltFile.delete(boolean force) static FileActionReturns the enum constant of this type with the specified name.static FileAction[]FileAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.vault.vlt with parameters of type FileActionModifier and TypeMethodDescriptionvoidVltContext.printAction(String path, FileAction action, String contentType) voidVltContext.printAction(VltFile file, FileAction action) voidVltContext.printRemoteStatus(VltFile file, FileAction action)