public class CupShowAllPathsArgumentTranslator extends CupArgumentTranslator
FLAG_CLASS, FLAG_ID, FLAG_PATH, FLAG_SYSTEMACL, FLAG_USER, FLAG_VALUEDEFAULT, PARAMETER_FLAGKEY, PARAMETER_FLAGVALUE, PARAMETER_POSITIONAL
CMDKEY
Constructor and Description |
---|
CupShowAllPathsArgumentTranslator() |
Modifier and Type | Method and Description |
---|---|
protected void |
initialize(CommandContext state,
Object invoker,
Hashtable tstate)
Initialize the argument translator.
|
protected void |
postParse(CommandContext state,
Object invoker,
Hashtable tstate)
Sets up the ShowAllPathsContext with parameters required
|
getPotentialArgs, getPotentialFlags, handleFlag, handlePositional, resolveObject
parse, translate
protected void initialize(CommandContext state, Object invoker, Hashtable tstate) throws IfsException
initialize
in class CupArgumentTranslator
state
- instance of CommandContextinvoker
- invoker of this command; usually CupServerChanneltstate
- hashtable used to store flagsIfsException
- if the operation failsprotected void postParse(CommandContext state, Object invoker, Hashtable tstate) throws IfsException
postParse
in class CommandlineArgumentTranslator
state
- instance of CommandContextinvoker
- invoker of this command; usually CupServerChanneltstate
- hashtable used to store flagsIfsException
- if the operation failsCopyright © 2023. All rights reserved.