org.milyn.classpath
Interface Filter

All Known Implementing Classes:
InstanceOfFilter, IsAnnotationPresentFilter

public interface Filter

Classpath resource filter.

Author:
tom.fennelly@gmail.com

Method Summary
 void filter(String resourceName)
          Classpath resource filter method.
 boolean isIgnorable(String resourceName)
          Is this resource ignorable.
 

Method Detail

filter

void filter(String resourceName)
Classpath resource filter method.

Parameters:
resourceName - The classpath resource file name. Needs to be converted to a proper class name

isIgnorable

boolean isIgnorable(String resourceName)
Is this resource ignorable.

Parameters:
resourceName -
Returns:


Copyright © 2018. All rights reserved.