Package coneforest.psylla
Class ClassLoader
- java.lang.Object
-
- java.lang.ClassLoader
-
- coneforest.psylla.ClassLoader
-
public abstract class ClassLoader extends ClassLoader
-
-
Constructor Summary
Constructors Constructor Description ClassLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
findClass(String className)
void
psyExternal(PsyStringy oClassName)
-
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, getDefinedPackage, getDefinedPackages, getName, getParent, getPlatformClassLoader, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, loadClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus
-
-
-
-
Method Detail
-
psyExternal
public void psyExternal(PsyStringy oClassName) throws PsyException
- Throws:
PsyException
-
findClass
public Class findClass(String className) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-