Uses of Interface
org.apache.jackrabbit.vault.fs.api.ImportInfo
- 
Packages that use ImportInfo Package Description org.apache.jackrabbit.vault.fs.api org.apache.jackrabbit.vault.fs.impl 
- 
- 
Uses of ImportInfo in org.apache.jackrabbit.vault.fs.apiMethods in org.apache.jackrabbit.vault.fs.api that return ImportInfo Modifier and Type Method Description ImportInfoArtifactHandler. accept(Session session, Aggregate parent, String name, ArtifactSet artifacts)Imports an artifact set as new child node for the given parent.ImportInfoArtifactHandler. accept(Session session, Aggregate aggregate, ArtifactSet artifacts)Imports an artifact set for the given node.ImportInfoImportInfo. merge(ImportInfo info)Merges an import info into this one.ImportInfoAggregator. remove(Node node, boolean recursive, boolean trySave)Removes the content for this aggregation.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type ImportInfo Modifier and Type Method Description ImportInfoImportInfo. merge(ImportInfo info)Merges an import info into this one.
- 
Uses of ImportInfo in org.apache.jackrabbit.vault.fs.implMethods in org.apache.jackrabbit.vault.fs.impl that return ImportInfo Modifier and Type Method Description ImportInfoAggregateBuilder. close()Closes this artifact builder and writes the artifacts back to the repository.ImportInfoAggregateImpl. remove(boolean recursive)Removes this artifact node from the tree.ImportInfoAggregateManagerImpl. writeAggregate(AggregateImpl node, String reposName, ArtifactSetImpl artifacts)Writes the artifact set back to the repository.
 
-