Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.preverifier.results.PreverificationResults

Packages that use PreverificationResults
org.eclipse.mtj.preverifier This package provides the preverification capability. 
 

Uses of PreverificationResults in org.eclipse.mtj.preverifier
 

Methods in org.eclipse.mtj.preverifier that return PreverificationResults
 PreverificationResults ClassPreverifier.preverify(InputStream classStream, ClassLoader classloader)
          Preverify the specified class file.
 PreverificationResults ClassPreverifier.preverify(InputStream classStream, URL[] classpath)
          Preverify the specified class file.
 

Methods in org.eclipse.mtj.preverifier with parameters of type PreverificationResults
 boolean NullArchivePreverificationListener.classEnd(ZipFile archive, ZipEntry classEntry, PreverificationResults results)
           
 boolean IArchivePreverificationListener.classEnd(ZipFile archive, ZipEntry classEntry, PreverificationResults results)
          Preverification is ending on the specified entry in the specified archive file.
 


Mobile Tools for Java
Release 1.0