public abstract class DaemonService
extends java.lang.Object
Daemon over anonymous git://.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandName() |
boolean |
handles(java.lang.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 java.lang.String getCommandName()
public boolean handles(java.lang.String commandLine)
commandLine - input line from the client.Copyright © 2012. All Rights Reserved.