Class ExportInfo.Entry
- java.lang.Object
-
- org.apache.jackrabbit.vault.fs.io.ExportInfo.Entry
-
- Enclosing class:
- ExportInfo
public static class ExportInfo.Entry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
path
ExportInfo.Type
type
-
Constructor Summary
Constructors Constructor Description Entry(ExportInfo.Type type, String path)
-
-
-
Field Detail
-
type
public final ExportInfo.Type type
-
path
public final String path
-
-
Constructor Detail
-
Entry
public Entry(ExportInfo.Type type, String path)
-
-