com.sun.facelets.util
Class Classpath

java.lang.Object
  extended by com.sun.facelets.util.Classpath

public final class Classpath
extends Object

Version:
$Id: Classpath.java,v 1.9 2008/06/03 03:20:14 youngm Exp $
Author:
Jacob Hookom, Roland Huss, Ales Justin (ales.justin@jboss.org)

Constructor Summary
Classpath()
           
 
Method Summary
static URL[] search(ClassLoader cl, String prefix, String suffix)
           
static URL[] search(String prefix, String suffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Classpath

public Classpath()
Method Detail

search

public static URL[] search(String prefix,
                           String suffix)
                    throws IOException
Throws:
IOException

search

public static URL[] search(ClassLoader cl,
                           String prefix,
                           String suffix)
                    throws IOException
Throws:
IOException


Copyright © 2005 All Rights Reserved.