net.sf.doolin.oxml
Class OXMLContextConfig

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

public class OXMLContextConfig
extends Object

Context configuration.

Author:
Damien Coraboeuf (x74639)

Constructor Summary
OXMLContextConfig()
           
 
Method Summary
 boolean isCollectEnabled()
          Checks if is collect enabled.
 void setCollectEnabled(boolean collectEnabled)
          Sets the collect enabled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OXMLContextConfig

public OXMLContextConfig()
Method Detail

isCollectEnabled

public boolean isCollectEnabled()
Checks if is collect enabled.

Returns:
true, if is collect enabled

setCollectEnabled

public void setCollectEnabled(boolean collectEnabled)
Sets the collect enabled.

Parameters:
collectEnabled - the new collect enabled


Copyright © 2011. All Rights Reserved.