public interface CasProcessorExecArgs extends Serializable
CasProcessorExecArg
instances. It provides the means of adding new program arguments, retrieving them, and removing
them.Modifier and Type | Method and Description |
---|---|
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. |
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 listCasProcessorExecArg
instanceCpeDescriptorException
- tbdCasProcessorExecArg[] getAll()
CasProcessorExecArg
instances.CasProcessorExecArg
void remove(int aIndex)
CasProcessorExecArg
instance found in the
list in a given position.aIndex
- -
position of argument to remove.Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.