Package | Description |
---|---|
oracle.ifs.protocols.commands.utils | |
oracle.ifs.protocols.cup.commands | |
oracle.ifs.protocols.utils |
Modifier and Type | Class and Description |
---|---|
class |
CommandlineArgumentTranslator
CommandlineArgumentTranslator interperates the
InvocationContext.getinvocationArgs
Object as a String and parses it out according positional and
flagged arguments.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandInvoker.registerCommand(Object cmdKey,
Command cmd,
ArgumentTranslator argTrans,
ResultTranslator resultTrans)
Registers a cmdKey with a command, argument translator, and result
translator.
|
void |
CommandInvoker.registerCommand(Object cmdKey,
String cmd,
ArgumentTranslator argTrans,
ResultTranslator resultTrans)
Registers a cmdKey with a command, argument translator, and result
translator.
|
Modifier and Type | Class and Description |
---|---|
class |
CupAddRefArgumentTranslator
CupAddRefArgumentTranslator handles the positionals that cup uses during the LoginCommand.
|
class |
CupArgumentTranslator
CupArgumentTranslator handles the positionals and flags that
are generally used by cup.
|
class |
CupAttachUsageArgumentTranslator
CupAttachUsageArgumentTranslator is the ArgumentTranslator
used by the AttachUsage command key.
|
class |
CupCatArgumentTranslator
CupCatArgumentTranslator handles the environment translation between
cup and the IfsCatCommand.
|
class |
CupCdArgumentTranslator
CupCdArgumentTranslator handles the environment translation between
cup and the IfsChangeDirectoryCommand.
|
class |
CupCookieArgumentTranslator
CupCookieArgumentTranslator handles the environment translation between
cup and the IfsCookieCommand.
|
class |
CupCpArgumentTranslator
CupCpArgumentTranslator handles the positionals that cup uses during the CopyCommand.
|
class |
CupDoneArgumentTranslator
CupDoneArgumentTranslator adds casts the invoker to a Channel
and sets it.
|
class |
CupFindArgumentTranslator
CupFindArgumentTranslator handles the positionals that cup uses during the FIND Command.
|
class |
CupGetArgumentTranslator
CupGetArgumentTranslator handles the environment translation between
cup and the IfsRenderAsStreamCommand.
|
class |
CupGetAttrArgumentTranslator
CupGetAttrArgumentTranslator handles the environment translation between
cup and the IfsStringListCommand.
|
class |
CupHelpArgumentTranslator
CupHelpArgumentTranslator handles the environment translation between
cup and the IfsHelpCommand.
|
class |
CupLoginArgumentTranslator
CupLoginArgumentTranslator handles the positionals that cup uses during the LoginCommand.
|
class |
CupLogoutArgumentTranslator
CupLogoutArgumentTranslator adds an existing LibrarySession to the
CommandContext in postParse before calling super->postParse.
|
class |
CupLsArgumentTranslator
CupLsArgumentTranslator handles the environment translation between
cup and the IfsStringListCommand.
|
class |
CupMkdirArgumentTranslator
CupMkdirArgumentTranslator handles the positionals that cup uses during the CreateFolderCommand.
|
class |
CupModeArgumentTranslator
CupModeArgumentTranslator handles the environment translation between
cup and the CupModeCommand.
|
class |
CupMvArgumentTranslator
CupMvArgumentTranslator handles the positionals that cup uses during the MV command.
|
class |
CupPasvArgumentTranslator
CupPasvArgumentTranslator handles the environment translation between
cup and the PasvCommand.
|
class |
CupPutArgumentTranslator
CupPutArgumentTranslator translates between the Cup
environemnt and the IfsUploadFileCommand environment.
|
class |
CupRmArgumentTranslator
CupRmArgumentTranslator handles the positionals that cup uses during the RM Command.
|
class |
CupRmRefArgumentTranslator
CupRmRefArgumentTranslator handles the positionals that cup uses during the LoginCommand.
|
class |
CupSetAttrArgumentTranslator
CupSetAttrArgumentTranslator handles the postionals for
the showallpaths command.
|
class |
CupSetCharArgumentTranslator
CupSetCharArgumentTranslator handles the environment translation between
cup and the CupModeCommand in a specific set character set configuration.
|
class |
CupSetLangArgumentTranslator
CupSetArgumentTranslator handles the environment translation between
cup and the CupModeCommand in a specific set language configuration.
|
class |
CupShowAllPathsArgumentTranslator
CupShowAllPathsArgumentTranslator handles the positionals for
the showallpaths command.
|
class |
CupShowCharArgumentTranslator
CupShowCharArgumentTranslator handles the environment translation between
cup and the CupModeCommand in a specific show character set configuration.
|
class |
CupShowLangArgumentTranslator
CupShowLangArgumentTranslator handles the environment translation between
cup and the CupModeCommand in a specific show language configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IfsProtocolServer.registerCommand(Object key,
Command cmd,
ArgumentTranslator argTrans,
ResultTranslator resultTrans)
Conviencve method for registers a Command.
|
protected void |
IfsProtocolServer.registerCommand(Object key,
String cmdName,
ArgumentTranslator argTrans,
ResultTranslator resultTrans)
Conviencve method for registers a Command.
|
Copyright © 2023. All rights reserved.