org.axway.grapes.server.core.options.filters
Class DoNotUseFilter

java.lang.Object
  extended by org.axway.grapes.server.core.options.filters.DoNotUseFilter
All Implemented Interfaces:
Filter

public class DoNotUseFilter
extends Object
implements Filter


Constructor Summary
DoNotUseFilter(Boolean doNotUse)
          The parameter must never be null
 
Method Summary
 Map<String,Object> artifactFilterFields()
           
 boolean filter(Object datamodelObj)
           
 Map<String,Object> moduleFilterFields()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoNotUseFilter

public DoNotUseFilter(Boolean doNotUse)
The parameter must never be null

Parameters:
doNotUse -
Method Detail

filter

public boolean filter(Object datamodelObj)
Specified by:
filter in interface Filter

moduleFilterFields

public Map<String,Object> moduleFilterFields()
Specified by:
moduleFilterFields in interface Filter

artifactFilterFields

public Map<String,Object> artifactFilterFields()
Specified by:
artifactFilterFields in interface Filter


Copyright © 2014. All Rights Reserved.