Uses of Interface
org.apache.jackrabbit.vault.fs.api.ImportInfo
Packages that use ImportInfo
-
Uses of ImportInfo in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return ImportInfoModifier and TypeMethodDescriptionArtifactHandler.accept(Session session, Aggregate parent, String name, ArtifactSet artifacts) Imports an artifact set as new child node for the given parent.ArtifactHandler.accept(Session session, Aggregate aggregate, ArtifactSet artifacts) Imports an artifact set for the given node.ImportInfo.merge(ImportInfo info) Merges an import info into this one.Removes the content for this aggregation.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type ImportInfoModifier and TypeMethodDescriptionImportInfo.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 ImportInfoModifier and TypeMethodDescriptionAggregateBuilder.close()Closes this artifact builder and writes the artifacts back to the repository.AggregateImpl.remove(boolean recursive) Removes this artifact node from the tree.AggregateManagerImpl.writeAggregate(AggregateImpl node, String reposName, ArtifactSetImpl artifacts) Writes the artifact set back to the repository.