public interface ProjectSpec
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProject(IProjectRegistry<?> registry)
Determines whether the given registry contains at least 1 project which meets this spec.
|
String |
getDisplayName()
Returns the display name of this spec.
|
<T extends ProjectIdentifier> |
selectProject(IProjectRegistry<? extends T> registry)
Returns the single project in the given registry which meets this spec.
|
boolean containsProject(IProjectRegistry<?> registry)
<T extends ProjectIdentifier> T selectProject(IProjectRegistry<? extends T> registry) throws InvalidUserDataException
InvalidUserDataException - When project cannot be selected due to some user input mismatch.String getDisplayName()
Copyright © 2013. All rights reserved