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  CasProcessorExecArginstance to the list. | 
| CasProcessorExecArg | get(int aIndex)Returns an  CasProcessorExecArginstance located
 with provided index. | 
| CasProcessorExecArg[] | getAll()Returns ALL  CasProcessorExecArginstances. | 
| void | remove(int aIndex)Removes  CasProcessorExecArginstance 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.CasProcessorExecArgvoid 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.