public class RepoAdminInterpreter extends BaseInterpreter
authorityService, lastCommand, transactionService
Constructor and Description |
---|
RepoAdminInterpreter() |
Modifier and Type | Method and Description |
---|---|
protected String |
executeCommand(String line)
Execute a single command using the BufferedReader passed in for any data needed.
|
static void |
main(String[] args)
Main entry point.
|
void |
setRepoAdminService(RepoAdminService repoAdminService) |
getConsoleBean, getCurrentUserName, hasAuthority, interpretCommand, onBootstrap, onShutdown, rep, runMain, runMain, setAuthorityService, setCurrentUserName, setTransactionService
public void setRepoAdminService(RepoAdminService repoAdminService)
public static void main(String[] args)
protected String executeCommand(String line) throws IOException
executeCommand
in class BaseInterpreter
line
- The unparsed commandIOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.