Method Summary |
|
public void | add(String projectId) Adds the project id to the store. |
public void | clear() Clears out any existing projects. |
public static Projects | instance() Retrieves the shared instance of this class. |
public synchronized boolean | isPresent(String projectId) Indicates whether or not the project is present.
Parameters: projectId - the identifier of the project. |