org.ow2.jonas.lib.loader.xml
Class FiltersDefinition

java.lang.Object
  extended by org.ow2.jonas.lib.loader.xml.FiltersDefinition

public class FiltersDefinition
extends Object

A FiltersDefinition is the XML representation of the <filters> (or <default-filters>) elements.
It defines a set of filter name.

Author:
Florent Benoit

Constructor Summary
FiltersDefinition()
           
 
Method Summary
 List<String> getFilters()
           
 void setFilters(List<String> filters)
          Sets the list of filters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FiltersDefinition

public FiltersDefinition()
Method Detail

getFilters

public List<String> getFilters()
Returns:
list of filters.

setFilters

public void setFilters(List<String> filters)
Sets the list of filters.

Parameters:
filters - the given value


Copyright © 2010 OW2 Consortium. All Rights Reserved.