org.codehaus.enunciate.main
Interface NamedArtifact

All Superinterfaces:
Artifact, java.lang.Comparable<Artifact>
All Known Implementing Classes:
ClientLibraryArtifact, DownloadBundle, NamedFileArtifact

public interface NamedArtifact
extends Artifact

An artifact that supports a name.

Author:
Ryan Heaton

Method Summary
 java.lang.String getName()
          The name of the artifact.
 
Methods inherited from interface org.codehaus.enunciate.main.Artifact
exportTo, getAliases, getDependencies, getId, getModule, getSize, isPublic
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()
The name of the artifact.

Returns:
The name of the artifact.