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.api
Methods in org.apache.jackrabbit.vault.fs.api that return ImportInfo Modifier and Type Method Description ImportInfo
ArtifactHandler. accept(Session session, Aggregate parent, String name, ArtifactSet artifacts)
Imports an artifact set as new child node for the given parent.ImportInfo
ArtifactHandler. accept(Session session, Aggregate aggregate, ArtifactSet artifacts)
Imports an artifact set for the given node.ImportInfo
ImportInfo. merge(ImportInfo info)
Merges an import info into this one.ImportInfo
Aggregator. 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 ImportInfo
ImportInfo. merge(ImportInfo info)
Merges an import info into this one. -
Uses of ImportInfo in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return ImportInfo Modifier and Type Method Description ImportInfo
AggregateBuilder. close()
Closes this artifact builder and writes the artifacts back to the repository.ImportInfo
AggregateImpl. remove(boolean recursive)
Removes this artifact node from the tree.ImportInfo
AggregateManagerImpl. writeAggregate(AggregateImpl node, String reposName, ArtifactSetImpl artifacts)
Writes the artifact set back to the repository.
-