Modifier and Type | Method and Description |
---|---|
String |
getCommandName() |
boolean |
handles(String commandLine)
Determine if this service can handle the requested command.
|
boolean |
isEnabled() |
boolean |
isOverridable() |
void |
setEnabled(boolean on) |
void |
setOverridable(boolean on) |
public boolean isEnabled()
public void setEnabled(boolean on)
on
- true to allow this service to be used; false to deny it.public boolean isOverridable()
public void setOverridable(boolean on)
on
- true to permit repositories to override this service's enabled
state with the daemon.servicename
config setting.public String getCommandName()
public boolean handles(String commandLine)
commandLine
- input line from the client.Copyright © 2015 Eclipse JGit Project. All rights reserved.