Package com.sun.faces.facelets.util
Class Classpath
java.lang.Object
com.sun.faces.facelets.util.Classpath
public final class Classpath extends Object
- Author:
- Jacob Hookom, Roland Huss, Ales Justin (ales.justin@jboss.org)
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Classpath.SearchAdvice
-
Constructor Summary
Constructors Constructor Description Classpath()
-
Method Summary
Modifier and Type Method Description static URL[]
search(ClassLoader cl, String prefix, String suffix)
static URL[]
search(ClassLoader cl, String prefix, String suffix, Classpath.SearchAdvice advice)
static URL[]
search(String prefix, String suffix)
-
Constructor Details
-
Classpath
public Classpath()
-
-
Method Details
-
search
- Throws:
IOException
-
search
- Throws:
IOException
-
search
public static URL[] search(ClassLoader cl, String prefix, String suffix, Classpath.SearchAdvice advice) throws IOException- Throws:
IOException
-