Uses of Class
net.dpml.transit.Artifact

Packages that use Artifact
net.dpml.transit The transit package contains the primary runtime classes within the Transit resource management system. 
net.dpml.transit.layout Standard layout strategies. 
 

Uses of Artifact in net.dpml.transit
 

Methods in net.dpml.transit that return Artifact
static Artifact Artifact.createArtifact(String uri)
          Creation of a new artifact instance using a supplied uri specification.
static Artifact Artifact.createArtifact(String group, String name, String version, String type)
          Creation of a new artifact instance using a supplied group, name, version and type arguments.
static Artifact Artifact.createArtifact(String scheme, String group, String name, String version, String type)
          Creation of a new artifact instance using a supplied group, name, version and type arguments.
static Artifact Artifact.createArtifact(URI uri)
          Creation of a new artifact instance using a supplied uri specification.
 Artifact ArtifactAlreadyExistsException.getArtifact()
          Returns the Artifact that were attempted to be written to.
 

Methods in net.dpml.transit with parameters of type Artifact
 void Monitor.failedDownload(Artifact artifact)
          Notify the monitor of a failed download attempt.
 void Monitor.failedDownloadFromHost(String host, Artifact artifact, Throwable cause)
          Notify the monitor of a failed download attempt relative to an identified host.
abstract  String Layout.resolveBase(Artifact artifact)
          Return the base path for an artifact.
abstract  String Layout.resolveFilename(Artifact artifact)
          Return the filename for an artifact.
abstract  String Layout.resolvePath(Artifact artifact)
          Returns the full path of the artifact relative to a logical root directory.
 void Monitor.resourceRequested(Artifact artifact)
          Notify the monitor that an artifact has been requested.
 

Constructors in net.dpml.transit with parameters of type Artifact
ArtifactAlreadyExistsException(String message, Artifact artifact)
          Construct a new ArtifactAlreadyExistsException instance.
 

Uses of Artifact in net.dpml.transit.layout
 

Methods in net.dpml.transit.layout with parameters of type Artifact
 String ClassicLayout.resolveBase(Artifact artifact)
          Return the base path for an artifact.
 String EclipseLayout.resolveBase(Artifact artifact)
          Return the base path for an artifact.
 String ModernLayout.resolveBase(Artifact artifact)
          Return the base path for an artifact.
 String EclipseLayout.resolveBaseFilename(Artifact artifact)
          Return the expanded filename of the artifact.
 String ClassicLayout.resolveFilename(Artifact artifact)
          Return the expanded filename of the artifact.
 String EclipseLayout.resolveFilename(Artifact artifact)
          Return the expanded filename of the artifact.
 String ModernLayout.resolveFilename(Artifact artifact)
          Return the expanded filename of the artifact.
 String ClassicLayout.resolvePath(Artifact artifact)
          Returns the full path of the artifact relative to a logical root directory.
 String EclipseLayout.resolvePath(Artifact artifact)
          Returns the full path of the artifact relative to a logical root directory.
 String ModernLayout.resolvePath(Artifact artifact)
          Returns the full path of the artifact relative to a logical root directory.