Uses of Class
org.apache.jackrabbit.vault.fs.io.ExportInfo.Type
-
Packages that use ExportInfo.Type Package Description org.apache.jackrabbit.vault.fs.io -
-
Uses of ExportInfo.Type in org.apache.jackrabbit.vault.fs.io
Fields in org.apache.jackrabbit.vault.fs.io declared as ExportInfo.Type Modifier and Type Field Description ExportInfo.TypeExportInfo.Entry. typeMethods in org.apache.jackrabbit.vault.fs.io that return ExportInfo.Type Modifier and Type Method Description static ExportInfo.TypeExportInfo.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportInfo.Type[]ExportInfo.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.vault.fs.io with parameters of type ExportInfo.Type Modifier and Type Method Description voidExportInfo. update(@NotNull ExportInfo.Type type, @NotNull String path)Constructors in org.apache.jackrabbit.vault.fs.io with parameters of type ExportInfo.Type Constructor Description Entry(ExportInfo.Type type, String path)
-