OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.vcs.AQWorkspace

Packages that use AQWorkspace
com.aquafold.openapi.vcs   
 

Uses of AQWorkspace in com.aquafold.openapi.vcs
 

Methods in com.aquafold.openapi.vcs that return AQWorkspace
 AQWorkspace AQVersionControl.checkoutCVS(String folder, String url, String module, String revision, Object username, Object password, boolean verbose)
          Checks out a CVS module to the local filesystem.
 AQWorkspace AQVersionControl.checkoutSubversion(String folder, String url, String revision, Object username, Object password, boolean verbose)
          Checks out a Subversion module to the local filesystem.
 AQWorkspace AQVersionControl.getWorkspaceSubversion(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.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.