|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.avm.AVMInterpreter
public class AVMInterpreter
An interactive console for the AVM repository.
Constructor Summary | |
---|---|
AVMInterpreter()
Make up a new console. |
Method Summary | |
---|---|
java.lang.String |
interpretCommand(java.lang.String line,
java.io.BufferedReader in)
Interpret a single command using the BufferedReader passed in for any data needed. |
static void |
main(java.lang.String[] args)
Main entry point. |
void |
rep()
A Read-Eval-Print loop. |
void |
setAvmLockingService(AVMLockingService lockService)
Set the AVM locking service. |
void |
setAvmService(AVMService service)
Set the AVMService. |
void |
setAvmSyncService(AVMSyncService syncService)
Set the AVM sync service. |
void |
setBulkLoader(BulkLoader loader)
Set the bulk loader. |
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService service)
Set the PermissionService. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AVMInterpreter()
Method Detail |
---|
public static void main(java.lang.String[] args)
public void setAvmService(AVMService service)
service
- The AVMService instance.public void setAvmSyncService(AVMSyncService syncService)
syncService
- public void setAvmLockingService(AVMLockingService lockService)
lockService
- public void setPermissionService(org.alfresco.service.cmr.security.PermissionService service)
service
- The PermissionService instance.public void setBulkLoader(BulkLoader loader)
loader
- public void rep()
public java.lang.String interpretCommand(java.lang.String line, java.io.BufferedReader in)
line
- The unparsed commandin
- A Reader to be used for commands that need input data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |