com.sun.enterprise.tools.classmodel
Class CodeSourceFilter
java.lang.Object
com.sun.enterprise.tools.classmodel.CodeSourceFilter
public class CodeSourceFilter
- extends Object
CodeSourceFilter is used for determining if classes are in the ClassPath.
- Author:
- Jeff Trent
CodeSourceFilter
public CodeSourceFilter(ClassPath filter)
toString
public String toString()
- Overrides:
toString
in class Object
matches
public boolean matches(String className)
- Returns:
- true if the given className is present in the ClassPath
codeSourceOf
public File codeSourceOf(String className)
- Returns:
- the code source of the given className is present in the ClassPath, or null if not found
Copyright © 2013 Oracle Corporation. All Rights Reserved.