|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CasProcessorExecArgs
An object containing all CasProcessorExecArg
instances. It provides the means of adding new program arguments, retrieving them, and removing
them.
Method Summary | |
---|---|
void |
add(CasProcessorExecArg aArg)
Adds new CasProcessorExecArg instance to the list. |
CasProcessorExecArg |
get(int aIndex)
Returns an CasProcessorExecArg instance located
with provided index. |
CasProcessorExecArg[] |
getAll()
Returns ALL CasProcessorExecArg instances. |
void |
remove(int aIndex)
Removes CasProcessorExecArg instance found in the
list in a given position. |
Method Detail |
---|
void add(CasProcessorExecArg aArg)
CasProcessorExecArg
instance to the list.
aArg
- -
new argumentCasProcessorExecArg get(int aIndex) throws CpeDescriptorException
CasProcessorExecArg
instance located
with provided index.
aIndex
- -
position of argument in the list
CasProcessorExecArg
instance
CpeDescriptorException
CasProcessorExecArg[] getAll()
CasProcessorExecArg
instances.
CasProcessorExecArg
void remove(int aIndex)
CasProcessorExecArg
instance found in the
list in a given position.
aIndex
- -
position of argument to remove.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |