org.ow2.weblab.services.normaliser.xml
Class NormaliserConfig

java.lang.Object
  extended by org.ow2.weblab.services.normaliser.xml.NormaliserConfig

public class NormaliserConfig
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_BEAN_NAME
          default name for indexer configuration bean
static java.lang.String DEFAULT_CONF_FILE
          default name for configuration file
 
Constructor Summary
NormaliserConfig()
           
NormaliserConfig(java.util.List<XmlProperty> propertyList)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<XmlProperty> getPropertyList()
           
 int hashCode()
           
 boolean isInOverrrideMode()
           
 void setOverrideMode(boolean overwriteResourceProps)
           
 void setPropertyList(java.util.List<XmlProperty> propertyList)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_BEAN_NAME

public static final java.lang.String DEFAULT_BEAN_NAME
default name for indexer configuration bean

See Also:
Constant Field Values

DEFAULT_CONF_FILE

public static final java.lang.String DEFAULT_CONF_FILE
default name for configuration file

See Also:
Constant Field Values
Constructor Detail

NormaliserConfig

public NormaliserConfig()

NormaliserConfig

public NormaliserConfig(java.util.List<XmlProperty> propertyList)
Method Detail

isInOverrrideMode

public boolean isInOverrrideMode()
Returns:
the overrideMode

setOverrideMode

public void setOverrideMode(boolean overwriteResourceProps)
Parameters:
overrideMode - the overrideMode to set

getPropertyList

public java.util.List<XmlProperty> getPropertyList()
Returns:
the propertyList

setPropertyList

public void setPropertyList(java.util.List<XmlProperty> propertyList)
Parameters:
propertyList - the propertyList to set

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2010. All Rights Reserved.