Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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

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

 

Uses of VCSCommandStyle in oracle.jdeveloper.vcs.generic

 

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

 

Uses of VCSCommandStyle in oracle.jdeveloper.vcs.spi

 

Methods in oracle.jdeveloper.vcs.spi that return VCSCommandStyle
static VCSCommandStyle VCSCommandStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VCSCommandStyle[] VCSCommandStyle.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 VCSCommandStyle
protected  void VCSCommand.initializeCommandStyle(VCSCommandStyle commandStyle)
          Initializes the style of this command, a construction-time requirement.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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