| Package | Description |
|---|---|
| com.sybase.esp.sdk |
| Modifier and Type | Method and Description |
|---|---|
ProjectOptions |
ProjectOptions.Builder.create() |
| Modifier and Type | Method and Description |
|---|---|
Project |
SDK.getProject(java.lang.String host,
int commandPort,
java.lang.String gatewayHost,
int gatewyPort,
Credentials creds,
ProjectOptions options)
Returns a project object for a standalone project (one that has been started manually on the command line).
|
Project |
Server.getProject(java.lang.String workspace,
java.lang.String projectName,
ProjectOptions options)
Retrieves the Project object corresponding to the projectName.
|
Project |
SDK.getProject(Uri uri,
Credentials creds,
ProjectOptions options)
Retrieves a
Project object corresponding to the server project refered to by the uri using the
specified options. |