org.sonar.plugins.core.batch
Class ExcludedResourceFilter

java.lang.Object
  extended by org.sonar.plugins.core.batch.ExcludedResourceFilter
All Implemented Interfaces:
ResourceFilter, BatchComponent, BatchExtension, Extension

public class ExcludedResourceFilter
extends Object
implements ResourceFilter

Since:
1.12

Constructor Summary
ExcludedResourceFilter(Project project)
           
 
Method Summary
 boolean isIgnored(Resource resource)
          Return true if the resource must be ignored, else it's saved into database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludedResourceFilter

public ExcludedResourceFilter(Project project)
Method Detail

isIgnored

public boolean isIgnored(Resource resource)
Description copied from interface: ResourceFilter
Return true if the resource must be ignored, else it's saved into database.

Specified by:
isIgnored in interface ResourceFilter


Copyright © 2009-2012 SonarSource. All Rights Reserved.