Package org.apache.uima.aae.error
Class ErrorResultComponentPathImpl
- java.lang.Object
-
- org.apache.uima.aae.error.ErrorResultComponentPathImpl
-
- All Implemented Interfaces:
java.io.Serializable
,ErrorResultComponentPath
public class ErrorResultComponentPathImpl extends java.lang.Object implements ErrorResultComponentPath
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorResultComponentPathImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.lang.String aPath)
void
add(java.lang.String aPath, int anInsertPosition)
java.lang.String
get(int aPosition)
java.util.Iterator
iterator()
-
-
-
Method Detail
-
add
public void add(java.lang.String aPath)
- Specified by:
add
in interfaceErrorResultComponentPath
-
add
public void add(java.lang.String aPath, int anInsertPosition)
- Specified by:
add
in interfaceErrorResultComponentPath
-
get
public java.lang.String get(int aPosition)
- Specified by:
get
in interfaceErrorResultComponentPath
-
iterator
public java.util.Iterator iterator()
- Specified by:
iterator
in interfaceErrorResultComponentPath
-
-