net.sf.doolin.oxml
Class OXMLReaderOutput

java.lang.Object
  extended by net.sf.doolin.oxml.OXMLReaderOutput

public class OXMLReaderOutput
extends Object

Class that collects all different outputs of OXMLReader.read(OXMLSource, OXMLReaderOutput, OXMLContextConfig).

Author:
Damien Coraboeuf

Constructor Summary
OXMLReaderOutput()
           
 
Method Summary
 void addWarning(String message)
          Adds a warning.
 Map<String,Set<Object>> getCollections()
          List of collections.
 List<String> getWarnings()
          Gets the warnings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OXMLReaderOutput

public OXMLReaderOutput()
Method Detail

addWarning

public void addWarning(String message)
Adds a warning.

Parameters:
message - Warning message

getCollections

public Map<String,Set<Object>> getCollections()
List of collections.

Returns:
List of collections

getWarnings

public List<String> getWarnings()
Gets the warnings.

Returns:
the warnings


Copyright © 2011. All Rights Reserved.