org.apache.uima.aae.error
Class ErrorResultComponentPathImpl

java.lang.Object
  extended by 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
ErrorResultComponentPathImpl()
           
 
Method Summary
 void add(java.lang.String aPath)
           
 void add(java.lang.String aPath, int anInsertPosition)
           
 java.lang.String get(int aPosition)
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorResultComponentPathImpl

public ErrorResultComponentPathImpl()
Method Detail

add

public void add(java.lang.String aPath)
Specified by:
add in interface ErrorResultComponentPath

add

public void add(java.lang.String aPath,
                int anInsertPosition)
Specified by:
add in interface ErrorResultComponentPath

get

public java.lang.String get(int aPosition)
Specified by:
get in interface ErrorResultComponentPath

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface ErrorResultComponentPath


Copyright © 2012. All Rights Reserved.