public class ClassFileLoaderFactory extends Object
Constructor and Description |
---|
ClassFileLoaderFactory() |
Modifier and Type | Method and Description |
---|---|
static ClassFileLoader |
newInstance(Object[] args)
a factory method to create ClassFileLoader instance.
|
public static ClassFileLoader newInstance(Object[] args) throws RuntimeException
BCELClassFileLoader
args
- Search path to be used by the ClassFileLoader. Depending on
the type of the ClassFileLoader requested, the semantics of
this argument varies.RuntimeException
- If it could not instantiate the loader type
requested. The actual error is wrapped in this
exception.Copyright © 2009–2023 Oracle Corporation. All rights reserved.