|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.main.BaseArtifact
org.codehaus.enunciate.main.FileArtifact
org.codehaus.enunciate.main.NamedFileArtifact
public class NamedFileArtifact
A file artifact that supports a name.
| Constructor Summary | |
|---|---|
NamedFileArtifact(java.lang.String module,
java.lang.String id,
java.io.File file)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
The name of the artifact. |
| Methods inherited from class org.codehaus.enunciate.main.FileArtifact |
|---|
exportTo, getArtifactType, getDescription, getFile, getSize, isPublic, setArtifactType, setDescription, setPublic |
| Methods inherited from class org.codehaus.enunciate.main.BaseArtifact |
|---|
addAlias, addDependency, compareTo, getAliases, getDependencies, getId, getModule, setDependencies |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.enunciate.main.Artifact |
|---|
exportTo, getAliases, getDependencies, getId, getModule, getSize, isPublic |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public NamedFileArtifact(java.lang.String module,
java.lang.String id,
java.io.File file)
| Method Detail |
|---|
public java.lang.String getName()
getName in interface NamedArtifact
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||