|
||||||||||
| 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 | |
|---|---|
File |
findArtifact(Artifact artifact)
Locates the specified artifact. |
List<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.File findArtifact(Artifact artifact)
artifact - The artifact to locate, must not be null.
null if the artifact is not available.List<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 | |||||||||