|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjpl.mipl.mdms.FileService.komodo.client.CLProcessor
jpl.mipl.mdms.FileService.komodo.client.CCLProcessor
public class CCLProcessor
BaseClient side command line interpreter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class jpl.mipl.mdms.FileService.komodo.client.CLProcessor |
|---|
CLProcessor.ScheduledBatch, CLProcessor.ShutDownHandler |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
CCLProcessor(boolean ssl,
String batchFileName,
boolean silent,
boolean exitAfterBatch)
Constructor |
|
| Method Summary | |
|---|---|
void |
add()
Process add command |
void |
addAndRef()
Add a file. |
void |
addReference()
Create a reference in the current vft. |
void |
addVFT()
Command to add a virtual file type. |
void |
addVFTReader()
Add a read-only user to the current VFT. |
void |
archive()
Process archive command |
void |
cancelReference()
Cancel scheduled file reference add or delete. |
void |
changePassword()
Change the current user's password. |
void |
changeType()
Deprecated. Use method 'useType' instead. |
void |
checksum()
Process checksum calculation. |
void |
comment()
Process comment command |
void |
delete()
Process delete file command |
void |
delReference()
Delete the file system reference, and all history. |
void |
delVFT()
Delete a vft. |
void |
delVFTReader()
Delete a reader from a vft. |
void |
exit()
Method to override super class's exit method to clear VFT. |
void |
get()
Process get file command |
void |
getAfter()
Process get file after a given time |
void |
getBetween()
Process get files between a given time range |
void |
getLatest()
Process get the latest files |
void |
getReference()
Get file by reference. |
void |
getSince()
Process get files since a given time. |
void |
getVFT()
Get all the files a VFT references. |
void |
lockFileType()
Process lock file type. |
void |
login()
Method to perform client login. |
void |
loginUsingCache()
Method to load user login information from the cached login file |
void |
makeDomainFile()
Processes "makeDomainFile" command. |
void |
rename()
Process rename command |
void |
replace()
Process replace command |
void |
setDefaultGroup()
Process setDefaultGroup command. |
void |
setReference()
Add file reference information to a vft reference. |
void |
show()
Process show command |
void |
showAfter()
Process show after command |
void |
showBetween()
Process show between command |
void |
showCapabilities()
Process show capabilities command. |
void |
showLatest()
Process show latest command |
void |
showReference()
Show references for a vft. |
void |
showSince()
Process show since command |
void |
showTypes()
Method to show file types |
void |
showVFT()
Show current vft list. |
void |
showVFTReaders()
Show the file system users allowed to read a vft. |
void |
unlockFileType()
Process unlock file type. |
void |
updateVFT()
Update VFT to reflect all changes to file references. |
void |
useType()
Process ct command to use a file type connection |
| Methods inherited from class jpl.mipl.mdms.FileService.komodo.client.CLProcessor |
|---|
_checkFile, _getDate, _getResults, _getResults, _handleError, _handlePrompt, _mapCommands, _readInput, _readTTYLine, _setVersion, _startBatch, _writeTTYLine, addToCommandHistory, batch, changeDir, dateFormat, help, history, logCmds, logFile, ls, notImplemented, pause, processInput, processTtyInput, pwd, set, showDomainFile, version |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CCLProcessor(boolean ssl,
String batchFileName,
boolean silent,
boolean exitAfterBatch)
throws Exception
ssl - if true, then SSL is enabledbatchFileName - the batch file namesilent - if true then client operates in silent mode.
Exception - general client command processing failure| Method Detail |
|---|
public void showTypes()
public final void login()
login in class CLProcessorpublic final void loginUsingCache()
loginUsingCache in class CLProcessorpublic void exit()
exit in class CLProcessorpublic void checksum()
public void changeType()
throws SessionException
SessionException - when
connection session fail
public void useType()
throws SessionException
SessionException - when
connection session fail
public void comment()
throws Exception
Exception - general operation exception
public void rename()
throws Exception
Exception - general operational exception
public void changePassword()
throws SessionException
SessionException - when session
connection/operation failpublic void showCapabilities()
public void archive()
throws Exception
Exception - general operation failure
public void replace()
throws Exception
Exception - general operation failure
public void add()
throws Exception
Exception - general operational failure
public void addAndRef()
throws Exception
Exception - general operationl failure
public void show()
throws Exception
Exception - general operation failure
public void showAfter()
throws Exception
Exception - general operation failure
public void showSince()
throws Exception
Exception - general operation failure
public void showBetween()
throws Exception
Exception - general operation failure
public void showLatest()
throws Exception
Exception - general operation failure
public final void makeDomainFile()
throws SessionException
SessionException - when network
or result processing failure
public void get()
throws Exception
Exception - general operation failure
public void getSince()
throws Exception
Exception - general operation failure
public void getAfter()
throws Exception
Exception - general operation failure
public void getBetween()
throws Exception
Exception - general operation failure
public void getLatest()
throws Exception
Exception - general operation failure
public void delete()
throws Exception
Exception - general operation failure
public void lockFileType()
throws Exception
Exception - general operation failure
public void setDefaultGroup()
throws Exception
Exception - general operation failure
public void unlockFileType()
throws Exception
Exception - general operation failure
public void getReference()
throws Exception
Exception - general operation failure
public void getVFT()
throws Exception
Exception - general operation failure
public void setReference()
throws Exception
Exception - general operation failure
public void cancelReference()
throws Exception
Exception - general operation failure
public void showReference()
throws Exception
Exception - general operation failure
public void addVFT()
throws Exception
Exception - general operation failure
public void addReference()
throws Exception
Exception - general operation failure
public void updateVFT()
throws Exception
Exception - general operation exception
public final void addVFTReader()
throws SessionException
SessionException - when network
or operation failed
public void showVFT()
throws Exception
Exception - when network or operation failures
public void delVFT()
throws Exception
Exception - general operation failure
public void delReference()
throws Exception
Exception - general operation failure
public final void showVFTReaders()
throws SessionException
SessionException - when network
or operation failure
public final void delVFTReader()
throws SessionException
SessionException - when network
or operation failure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||