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