Uses of Interface
org.apache.jackrabbit.vault.fs.api.Artifact
Packages that use Artifact
-
Uses of Artifact in org.apache.jackrabbit.vault.fs.api
Subinterfaces of Artifact in org.apache.jackrabbit.vault.fs.apiModifier and TypeInterfaceDescriptioninterfaceMarker interface that denotes an artifact that is exported by jcr fs.interfaceMarker interface that denotes an artifact that is imported into jcr fs.Methods in org.apache.jackrabbit.vault.fs.api that return ArtifactModifier and TypeMethodDescriptionVaultFile.getArtifact()Returns the underlying artifact for this os file.ArtifactSet.getDirectory()Returns the directory artifact ornull.ArtifactSet.getPrimaryData()Returns the primary data artifact ornull.ArtifactIterator.nextArtifact()Returns the next artifact in the iteration.Methods in org.apache.jackrabbit.vault.fs.api that return types with arguments of type ArtifactModifier and TypeMethodDescriptionArtifactSet.removed()Returns the collection of removed artifactsArtifactSet.values()Returns a collection of all artifactsArtifactSet.values(ArtifactType type) Returns a collection of all artifacts that have the given type.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type ArtifactMethod parameters in org.apache.jackrabbit.vault.fs.api with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidArtifactSet.addAll(Collection<? extends Artifact> artifacts) Adds a collection of artifacts -
Uses of Artifact in org.apache.jackrabbit.vault.fs.impl
Classes in org.apache.jackrabbit.vault.fs.impl that implement ArtifactModifier and TypeClassDescriptionclassImplements a generic abstract artifactclassImplements a generic directory artifact.classImplements a generic hint artifact.classImplements a artifact that is based on a property value.classImplements an output artifact that is based on a serializer, i.e. the preferred access method isAccessType.SPOOLMethods in org.apache.jackrabbit.vault.fs.impl that return ArtifactModifier and TypeMethodDescriptionArtifactSetImpl.getArtifact(String path) Returns the artifact with the given path ornullif it does not exist.VaultFileImpl.getArtifact()ArtifactSetImpl.getDirectory()ArtifactSetImpl.getPrimaryData()Puts the given artifact to this set.Methods in org.apache.jackrabbit.vault.fs.impl that return types with arguments of type ArtifactModifier and TypeMethodDescriptionArtifactSetImpl.removed()Returns the collection of removed artifactsArtifactSetImpl.values()Returns a collection of all artifactsArtifactSetImpl.values(ArtifactType type) Returns a collection of all artifacts that have the given type.Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type ArtifactModifier and TypeMethodDescriptionvoidArtifactSetImpl.add(Artifact parent, String relPath, String ext, ArtifactType type, Property prop, long lastModified) Adds anPropertyValueArtifactwith the given name, type and serializerArtifactSetImpl.add(Artifact parent, String name, String ext, ArtifactType type, Serializer ser, long lastModified) Adds anSerializerArtifactwith the given name, type and serializer.voidAggregateBuilder.addArtifact(Artifact artifact) Adds an artifact to the outputprotected voidVaultFileImpl.attach(VaultFileNode node, Artifact a) static Collection<PropertyValueArtifact>PropertyValueArtifact.create(Artifact parent, String relPath, String ext, ArtifactType type, Property prop, long lastModified) Creates a collection ofPropertyValueArtifactfrom the given property.protected voidVaultFileImpl.init(VaultFileNode node, Artifact a) (re)initializes this filePuts the given artifact to this set.booleanRemoves the artifact from this set.Method parameters in org.apache.jackrabbit.vault.fs.impl with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidArtifactSetImpl.addAll(Collection<? extends Artifact> artifacts) Constructors in org.apache.jackrabbit.vault.fs.impl with parameters of type ArtifactModifierConstructorDescriptionprotectedAbstractArtifact(Artifact parent, String repoRelPath, String extension, ArtifactType type) Creates a new abstract artifact with the given repository name, platform extension and and type. the parent artifact is only used for generating the paths and is not linked to this artifact.protectedAbstractArtifact(Artifact base, ArtifactType type) Creates a new abstract artifact initialized with the values from the given one.PropertyValueArtifact(Artifact parent, String relPath, String ext, ArtifactType type, Property prop, int index, long lastModified) PropertyValueArtifact(Artifact parent, String relPath, String ext, ArtifactType type, Property prop, long lastModified) SerializerArtifact(Artifact parent, String name, String ext, ArtifactType type, Serializer serializer, long lastModified) Constructs a new artifact that is based on a content serializer.protectedVaultFileImpl(VaultFileSystem fs, String name, VaultFileNode node, Artifact artifact) Internal constructor