| Package | Description |
|---|---|
| com.daveoxley.cbus |
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.copy(java.lang.String target_project_name)
Issue a
project copy source project_name copy project_name to the C-Gate server. |
Project |
Network.getProject() |
static Project |
Project.getProject(CGateSession cgate_session,
java.lang.String project_name)
Retrieve the Project Object for the specified project name.
|
static Project |
Project.newProject(CGateSession cgate_session,
java.lang.String project_name)
Issue a
project new project_name to the C-Gate server. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.ArrayList<Project> |
Project.dir(CGateSession cgate_session,
boolean cached_objects)
Issue a
project dir and project list to the
C-Gate server. |
static java.util.ArrayList<Project> |
Project.list(CGateSession cgate_session,
boolean cached_objects)
Issue a
project dir to the C-Gate server. |
| Modifier and Type | Method and Description |
|---|---|
int |
Project.compareTo(Project o) |