|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Loader
Loader.
Method Summary | |
---|---|
Package |
getPackage(String name)
Get a package |
void |
getPackages(Set<Package> packages)
Get all the packages visible from this loader |
URL |
getResource(String name)
Get a resource |
void |
getResources(String name,
Set<URL> urls)
Get resources |
Class<?> |
loadClass(String className)
Load a class |
Method Detail |
---|
Class<?> loadClass(String className)
className
- the class name
URL getResource(String name)
name
- the resource name
void getResources(String name, Set<URL> urls) throws IOException
name
- the resource nameurls
- the list of urls to add to
IOException
- for any errorPackage getPackage(String name)
name
- the package name
void getPackages(Set<Package> packages)
packages
- the packages
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |