Class DirectoryArtifact

java.lang.Object
org.apache.jackrabbit.vault.fs.impl.AbstractArtifact
org.apache.jackrabbit.vault.fs.impl.DirectoryArtifact
All Implemented Interfaces:
Artifact, Dumpable, ExportArtifact, ImportArtifact

public class DirectoryArtifact extends AbstractArtifact implements ExportArtifact, ImportArtifact
Implements a generic directory artifact.
  • Constructor Details

    • DirectoryArtifact

      public DirectoryArtifact(String name)
      Constructs a new directory type artifact with the given repository name.
      Parameters:
      name - the repository name for this artifact.
    • DirectoryArtifact

      public DirectoryArtifact(String name, String extension)
      Constructs a new directory type artifact with the given repository name and extension
      Parameters:
      name - the repository name for this artifact.
      extension - the extension for this artifact
  • Method Details