public final class PCLCollection extends Object
Constructor and Description |
---|
PCLCollection(MappingImpl mapping,
Resource directory,
ClassLoader resourceCL,
int maxBlockSize)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
long |
count() |
Class<?> |
getClass(PageSourceImpl ps) |
InputStream |
getResourceAsStream(String name) |
Class<?> |
loadClass(String className)
load existing class
|
Class<?> |
loadClass(String name,
byte[] barr,
boolean isCFC) |
int |
shrink(boolean force)
shrink the classloader elements
|
public PCLCollection(MappingImpl mapping, Resource directory, ClassLoader resourceCL, int maxBlockSize) throws IOException
directory
- parent
- IOException
public Class<?> loadClass(String className) throws ClassNotFoundException
name
- ClassNotFoundException
public Class<?> getClass(PageSourceImpl ps) throws ClassNotFoundException
ClassNotFoundException
public InputStream getResourceAsStream(String name)
public long count()
public int shrink(boolean force)
Copyright © 2015 Lucee