Class ExportInfo
- java.lang.Object
-
- org.apache.jackrabbit.vault.fs.io.ExportInfo
-
public class ExportInfo extends Object
Provides information about an export
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportInfo.Entry
static class
ExportInfo.Type
-
Constructor Summary
Constructors Constructor Description ExportInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Map<String,ExportInfo.Entry>
getEntries()
void
update(@NotNull ExportInfo.Type type, @NotNull String path)
-
-
-
Method Detail
-
update
public void update(@NotNull @NotNull ExportInfo.Type type, @NotNull @NotNull String path)
-
getEntries
@NotNull public @NotNull Map<String,ExportInfo.Entry> getEntries()
-
-