|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.extensions.surf.util.AbstractLifecycleBean
org.alfresco.repo.admin.BaseInterpreter
org.alfresco.repo.admin.RepoAdminInterpreter
public class RepoAdminInterpreter
An interactive console for (first cut) Repository Admin Service / API.
Field Summary |
---|
Fields inherited from class org.alfresco.repo.admin.BaseInterpreter |
---|
authorityService, lastCommand, transactionService |
Fields inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean |
---|
log |
Constructor Summary | |
---|---|
RepoAdminInterpreter()
|
Method Summary | |
---|---|
protected java.lang.String |
executeCommand(java.lang.String line)
Execute a single command using the BufferedReader passed in for any data needed. |
static void |
main(java.lang.String[] args)
Main entry point. |
void |
setRepoAdminService(RepoAdminService repoAdminService)
|
Methods inherited from class org.alfresco.repo.admin.BaseInterpreter |
---|
getConsoleBean, getCurrentUserName, hasAuthority, interpretCommand, onBootstrap, onShutdown, rep, runMain, runMain, setAuthorityService, setCurrentUserName, setTransactionService |
Methods inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean |
---|
getApplicationContext, onApplicationEvent, setApplicationContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepoAdminInterpreter()
Method Detail |
---|
public void setRepoAdminService(RepoAdminService repoAdminService)
public static void main(java.lang.String[] args)
protected java.lang.String executeCommand(java.lang.String line) throws java.io.IOException
executeCommand
in class BaseInterpreter
line
- The unparsed command
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |