Package | Description |
---|---|
com.aquafold.openapi.vcs |
Modifier and Type | Method and Description |
---|---|
AQWorkspace |
AQVersionControl.checkoutCVS(java.lang.String folder,
java.lang.String url,
java.lang.String module,
java.lang.String revision,
java.lang.Object username,
java.lang.Object password,
boolean verbose)
Checks out a CVS module to the local filesystem.
|
AQWorkspace |
AQVersionControl.checkoutSubversion(java.lang.String folder,
java.lang.String url,
java.lang.String revision,
java.lang.Object username,
java.lang.Object password,
boolean verbose)
Checks out a Subversion module to the local filesystem.
|
AQWorkspace |
AQVersionControl.getWorkspaceSubversion(java.lang.String path)
Returns the parent workspace of the specified file.
|
AQWorkspace |
AQVersionControl.newWorkspaceCVS()
Returns a CVS workspace object for the purpose of checking out a working copy.
|
AQWorkspace |
AQVersionControl.newWorkspaceSubversion()
Returns a Subversion workspace object for the purpose of checking out a working copy.
|
Copyright © 2017 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.