|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.vcs.VCSFacade
Class providing a facade interface to the version control sub-system.
Method Summary | |
static boolean |
doAdd(Context context)
Adds files represented by the context to the version control sub-system. |
static boolean |
doCheckOut(Context context)
Prepares a check out on files represented by the context. |
static boolean |
doRemove(Context context)
Removes files represented by the context from the version control sub-system. |
static java.util.Map |
getStatus(Context context)
Gets version control statuses for the given context. |
static VCS |
getVCS()
Gets the environment's active version control system. |
static boolean |
isVersioned(java.net.URL url)
Asks whether the given URL is currently under version control. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final VCS getVCS()
public static final boolean isVersioned(java.net.URL url)
VCS.getStatus(java.net.URL[])
public static final boolean doAdd(Context context)
context
- the context for the command.
public static final boolean doCheckOut(Context context)
context
- the context for the command.
public static final boolean doRemove(Context context)
context
- the context for the command.
public static final java.util.Map getStatus(Context context) throws java.lang.Exception
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.