|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.spi.vcs.VcsCommandsProvider
The provider of VCS commands and their executor.
Constructor Summary | |
VcsCommandsProvider()
|
Method Summary | |
abstract Command |
createCommand(Class cmdClass)
Create a new VCS command of the given class type. |
abstract Command |
createCommand(String cmdName)
Create a new VCS command of the given name. |
static VcsCommandsProvider |
findProvider(FileObject file)
Find the status provider for a FileObject. |
abstract String[] |
getCommandNames()
Get the list of VCS command names. |
String |
getType()
Get the unique representation of the type of the provided version control system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VcsCommandsProvider()
Method Detail |
public static VcsCommandsProvider findProvider(FileObject file)
public abstract String[] getCommandNames()
public abstract Command createCommand(String cmdName)
null
when the command of the given
name does not exist.public abstract Command createCommand(Class cmdClass)
null
when the command of the given
class type does not exist.public String getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |