|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkspaceReader
Manages a repository backed by the IDE workspace or a build session.
Method Summary | |
---|---|
java.io.File |
findArtifact(Artifact artifact)
Locates the specified artifact. |
java.util.List<java.lang.String> |
findVersions(Artifact artifact)
Determines all available versions of the specified artifact. |
WorkspaceRepository |
getRepository()
Gets a description of the workspace repository. |
Method Detail |
---|
WorkspaceRepository getRepository()
null
.java.io.File findArtifact(Artifact artifact)
artifact
- The artifact to locate, must not be null
.
null
if the artifact is not available.java.util.List<java.lang.String> findVersions(Artifact artifact)
artifact
- The artifact whose versions should be listed, must not be null
.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |