com.impetus.annovention
Class FilterImpl
java.lang.Object
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
|
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 |
FilterImpl
public FilterImpl()
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.