Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

org.openquark.cal.filter
Class AcceptAllModulesFilter

java.lang.Object
  extended by org.openquark.cal.filter.AcceptAllModulesFilter
All Implemented Interfaces:
ModuleFilter

public final class AcceptAllModulesFilter
extends Object
implements ModuleFilter

A module filter specifying that all modules should be accepted.

Author:
Joseph Wong

Constructor Summary
AcceptAllModulesFilter()
           
 
Method Summary
 boolean acceptModule(ModuleName moduleName)
          Returns whether the named module should be accepted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptAllModulesFilter

public AcceptAllModulesFilter()
Method Detail

acceptModule

public boolean acceptModule(ModuleName moduleName)
Returns whether the named module should be accepted.

Specified by:
acceptModule in interface ModuleFilter
Parameters:
moduleName - the module name.
Returns:
true if the named module should be accepted; false otherwise.

Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.