public class ConfigAdminInterpreter
extends org.alfresco.repo.admin.BaseInterpreter
| Constructor and Description |
|---|
ConfigAdminInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
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 |
setRepoXMLConfigService(org.alfresco.repo.config.xml.RepoXMLConfigService webClientConfigService) |
void |
setTransactionService(org.alfresco.service.transaction.TransactionService transactionService) |
getConsoleBean, getCurrentUserName, hasAuthority, interpretCommand, onBootstrap, onShutdown, rep, runMain, runMain, setAuthorityService, setCurrentUserNamepublic void setRepoXMLConfigService(org.alfresco.repo.config.xml.RepoXMLConfigService webClientConfigService)
public void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
setTransactionService in class org.alfresco.repo.admin.BaseInterpreterpublic static void main(java.lang.String[] args)
protected java.lang.String executeCommand(java.lang.String line)
throws java.io.IOException
executeCommand in class org.alfresco.repo.admin.BaseInterpreterline - The unparsed commandjava.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.