org.ascape.ant
Class SelectionSet

java.lang.Object
  extended by org.ascape.ant.SelectionSet
All Implemented Interfaces:
java.io.Serializable, org.apache.tools.ant.DynamicAttribute, org.apache.tools.ant.DynamicConfigurator, org.apache.tools.ant.DynamicElement

public class SelectionSet
extends java.lang.Object
implements java.io.Serializable, org.apache.tools.ant.DynamicConfigurator

The Class SelectionSet.

See Also:
Serialized Form

Constructor Summary
SelectionSet()
          Instantiates a new selection set.
 
Method Summary
 void apply(VectorSelection selection)
          Apply.
 java.lang.Object createDynamicElement(java.lang.String s)
           
 java.util.List getActiveRules()
          Gets the active rules.
 java.util.List getInactiveRules()
          Gets the inactive rules.
 boolean isClearAll()
          Checks if is clear all.
 boolean isSelectAll()
          Checks if is select all.
 void setClearAll(boolean clearAll)
          Sets the clear all.
 void setDynamicAttribute(java.lang.String s, java.lang.String s1)
           
 void setSelectAll(boolean selectAll)
          Sets the select all.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionSet

public SelectionSet()
Instantiates a new selection set.

Method Detail

setDynamicAttribute

public void setDynamicAttribute(java.lang.String s,
                                java.lang.String s1)
                         throws org.apache.tools.ant.BuildException
Specified by:
setDynamicAttribute in interface org.apache.tools.ant.DynamicAttribute
Throws:
org.apache.tools.ant.BuildException

createDynamicElement

public java.lang.Object createDynamicElement(java.lang.String s)
                                      throws org.apache.tools.ant.BuildException
Specified by:
createDynamicElement in interface org.apache.tools.ant.DynamicElement
Throws:
org.apache.tools.ant.BuildException

isClearAll

public boolean isClearAll()
Checks if is clear all.

Returns:
true, if is clear all

setClearAll

public void setClearAll(boolean clearAll)
Sets the clear all.

Parameters:
clearAll - the new clear all

isSelectAll

public boolean isSelectAll()
Checks if is select all.

Returns:
true, if is select all

setSelectAll

public void setSelectAll(boolean selectAll)
Sets the select all.

Parameters:
selectAll - the new select all

getActiveRules

public java.util.List getActiveRules()
Gets the active rules.

Returns:
the active rules

getInactiveRules

public java.util.List getInactiveRules()
Gets the inactive rules.

Returns:
the inactive rules

apply

public void apply(VectorSelection selection)
Apply.

Parameters:
selection - the selection


Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.