|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Artifact
An artifact that can be exported by Enunciate.
| Method Summary | |
|---|---|
void |
exportTo(java.io.File fileOrDirectory,
Enunciate enunciate)
Exports this artifact to the specified file or directory. |
java.util.Set<java.lang.String> |
getAliases()
A list of aliases for this artifact. |
java.util.List<ArtifactDependency> |
getDependencies()
The list of dependencies for this artifact. |
java.lang.String |
getId()
The id of the artifact. |
java.lang.String |
getModule()
The name of the module that published this artifact. |
long |
getSize()
The size, in bytes, of this artifact. |
boolean |
isPublic()
Whether this artifact is bundled with others in an ArtifactBundle. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getModule()
void exportTo(java.io.File fileOrDirectory,
Enunciate enunciate)
throws java.io.IOException
fileOrDirectory - The file or directory to export to.enunciate - The enunciate mechanism to use for utilities and properties as necessary.
java.io.IOException - If an error occurs exporting it.long getSize()
boolean isPublic()
ArtifactBundle.
java.util.List<ArtifactDependency> getDependencies()
java.util.Set<java.lang.String> getAliases()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||