Class HintArtifact

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

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

    • HintArtifact

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

      public HintArtifact(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