public interface IProjectRegistry<T extends ProjectIdentifier>
| Modifier and Type | Method and Description |
|---|---|
void |
addProject(T project) |
Set<T> |
findAll(Spec<? super T> constraint) |
Set<T> |
getAllProjects() |
Set<T> |
getAllProjects(String path) |
T |
getProject(File projectDir) |
T |
getProject(String path) |
Set<T> |
getSubProjects(String path) |
void addProject(T project)
Copyright © 2013. All rights reserved