ariba.util.core
Interface ReferenceReader


public interface ReferenceReader

Interface class for reading value of a parameter reference.


Method Summary
 void init(java.util.List args)
          Initialize this class
 java.lang.Object read(java.lang.Object key)
          read the value of a given key
 

Method Detail

init

void init(java.util.List args)
          throws ReferenceReaderException,
                 java.io.IOException
Initialize this class

Parameters:
args - input arguments, must be called first and only once after the implementing class is instantiated.
Throws:
java.io.IOException - if an exception is raised due to I/O error
ReferenceReaderException - raised when any errors other than I/O is encountered.

read

java.lang.Object read(java.lang.Object key)
                      throws ReferenceReaderException
read the value of a given key

Parameters:
key - the key whose value is to be read. Must be non-null.
Returns:
the value read. null if the key does not exist.
Throws:
ReferenceReaderException - raised when any errors is encountered during this operation.


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.