|
Extension SDK 10.1.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to the version control system implementation.
| Field Summary | |
static int |
COMMAND_VCS_ADD
Command identifier for 'add'-style version operations. |
static int |
COMMAND_VCS_CHECK_OUT
Command identifier for 'check out'-style version operations. |
static int |
COMMAND_VCS_CHECK_OUT_DOCUMENT
Command identifier for 'document check out'-style version operations. |
static int |
COMMAND_VCS_REMOVE
Command identifier for 'remove'-style version operations. |
| Method Summary | |
java.lang.Class |
getCommand(int id)
Gets the version command provider class for the specified identifier. |
VCSStatus[] |
getStatus(java.net.URL[] urls)
Gets version control statuses for the given URLs. |
| Field Detail |
public static final int COMMAND_VCS_ADD
public static final int COMMAND_VCS_CHECK_OUT
public static final int COMMAND_VCS_CHECK_OUT_DOCUMENT
public static final int COMMAND_VCS_REMOVE
| Method Detail |
public java.lang.Class getCommand(int id)
id - a constant identifying the required command type.
public VCSStatus[] getStatus(java.net.URL[] urls)
throws java.lang.Exception
urls - an array of URLs for the status query.
java.lang.Exception - if a critical exception occurred.
|
Extension SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2004, Oracle. All rights reserved.