org.apache.webbeans.arquillian.standalone
Class OwbSWClassLoader
java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.apache.webbeans.arquillian.standalone.OwbSWClassLoader
- All Implemented Interfaces:
- Closeable
public class OwbSWClassLoader
- extends URLClassLoader
- implements Closeable
| Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResourceAsStream, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwbSWClassLoader
public OwbSWClassLoader(ClassLoader parent,
org.jboss.shrinkwrap.api.Archive<?> archive,
boolean useOnlyArchiveResources,
Collection<String> useOnlyArchiveResourcesExcludes)
getResource
public URL getResource(String name)
- Overrides:
getResource in class ClassLoader
getResources
public Enumeration<URL> getResources(String name)
throws IOException
- Overrides:
getResources in class ClassLoader
- Throws:
IOException
findResource
public URL findResource(String name)
- Overrides:
findResource in class URLClassLoader
findResources
public Enumeration<URL> findResources(String name)
throws IOException
- Overrides:
findResources in class URLClassLoader
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable
- Throws:
IOException
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.