Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Class
oracle.jdeveloper.vcs.spi.VCSCommandType

Packages that use VCSCommandType
oracle.jdeveloper.vcs.generic   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of VCSCommandType in oracle.jdeveloper.vcs.generic
 

Methods in oracle.jdeveloper.vcs.generic that return VCSCommandType
 VCSCommandType VCSActionInfo.getType()
          Gets the VCSCommandType representing the style of the action.
 

Uses of VCSCommandType in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi that return VCSCommandType
static VCSCommandType VCSCommandType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VCSCommandType[] VCSCommandType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.jdeveloper.vcs.spi with parameters of type VCSCommandType
protected  void VCSCommand.initializeCommandType(VCSCommandType commandType)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.