com.impetus.annovention
Class FilterImpl

java.lang.Object
  extended by com.impetus.annovention.FilterImpl
All Implemented Interfaces:
Filter

public class FilterImpl
extends Object
implements Filter

Basic implementation to skip well-known packages and allow only *.class files

Author:
animesh.kumar

Constructor Summary
FilterImpl()
           
 
Method Summary
 boolean accepts(String filename)
          If true, the file is accepted, else rejected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterImpl

public FilterImpl()
Method Detail

accepts

public final boolean accepts(String filename)
Description copied from interface: Filter
If true, the file is accepted, else rejected.

Specified by:
accepts in interface Filter


Copyright © 2011. All Rights Reserved.