|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.preverifier.ClassPreverifier
public class ClassPreverifier
A class preverifier implementation
| Constructor Summary | |
|---|---|
ClassPreverifier(IPreverificationPolicy preverificationPolicy)
Construct a new preverifier that uses the specified policy during preverification processing. |
|
| Method Summary | |
|---|---|
PreverificationResults |
preverify(InputStream classStream,
ClassLoader classloader)
Preverify the specified class file. |
PreverificationResults |
preverify(InputStream classStream,
URL[] classpath)
Preverify the specified class file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassPreverifier(IPreverificationPolicy preverificationPolicy)
preverificationPolicy - | Method Detail |
|---|
public PreverificationResults preverify(InputStream classStream,
URL[] classpath)
throws IOException
classStream - classloader -
IOException
public PreverificationResults preverify(InputStream classStream,
ClassLoader classloader)
throws IOException
classStream - classloader -
IOException
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||