Constructor and Description |
---|
Projects() |
Modifier and Type | Method and Description |
---|---|
void |
add(String projectId)
Adds the project id to the store.
|
void |
clear()
Clears out any existing projects.
|
static Projects |
instance()
Retrieves the shared instance of this class.
|
boolean |
isPresent(String projectId)
Indicates whether or not the project is present.
|
public Projects()
public static Projects instance()
public void add(String projectId)
projectId
- the project id.public boolean isPresent(String projectId)
projectId
- the identifier of the project.public void clear()
Copyright © 2005–2014 AndroMDA.org. All rights reserved.