Mobile Tools for Java
Release 1.0

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

Packages that use PreverificationError
org.eclipse.mtj.core.model.preverifier This package provides an API for preverification support. 
org.eclipse.mtj.core.model.preverifier.impl This package provides basic implementations for the preverification support interfaces. 
org.eclipse.mtj.core.model.project This package provides an API for managing MIDlet suite projects. 
org.eclipse.mtj.core.model.project.impl This package provides basic implementations for the MIDlet suite project interfaces. 
org.eclipse.mtj.preverifier.results This package provides the model representing the preverification results. 
 

Uses of PreverificationError in org.eclipse.mtj.core.model.preverifier
 

Methods in org.eclipse.mtj.core.model.preverifier that return PreverificationError
 PreverificationError[] IPreverifier.preverify(IMidletSuiteProject midletProject, IResource[] toVerify, IFolder outputFolder, IProgressMonitor monitor)
          Launch the preverification process on the specified resources.
 PreverificationError[] IPreverifier.preverifyJarFile(IMidletSuiteProject midletProject, File jarFile, IFolder outputFolder, IProgressMonitor monitor)
          Launch the preverification process on the specified jar file.
 

Uses of PreverificationError in org.eclipse.mtj.core.model.preverifier.impl
 

Methods in org.eclipse.mtj.core.model.preverifier.impl that return PreverificationError
 PreverificationError[] StandardPreverifier.preverify(IMidletSuiteProject midletProject, IResource[] toVerify, IFolder outputFolder, IProgressMonitor monitor)
           
 PreverificationError[] StandardPreverifier.preverifyJarFile(IMidletSuiteProject midletProject, File jarFile, IFolder outputFolder, IProgressMonitor monitor)
           
protected  PreverificationError[] StandardPreverifier.runPreverifier(String[] commandLine, String[] environment, IProgressMonitor monitor)
          Run the preverifier program and capture the errors that occurred during pre-verification.
 

Method parameters in org.eclipse.mtj.core.model.preverifier.impl with type arguments of type PreverificationError
protected  void StandardPreverifier.handleErrorReceived(String text, List<PreverificationError> errorList)
          Handle the arrival of text on the error stream.
 

Uses of PreverificationError in org.eclipse.mtj.core.model.project
 

Methods in org.eclipse.mtj.core.model.project that return PreverificationError
 PreverificationError[] IMidletSuiteProject.preverify(IResource[] toVerify, IFolder outputFolder, IProgressMonitor monitor)
          Preverify the specified resources.
 PreverificationError[] IMidletSuiteProject.preverifyJarFile(File jarFile, IFolder outputFolder, IProgressMonitor monitor)
          Launch the preverification process on the specified jar file.
 

Uses of PreverificationError in org.eclipse.mtj.core.model.project.impl
 

Methods in org.eclipse.mtj.core.model.project.impl that return PreverificationError
 PreverificationError[] MidletSuiteProject.preverify(IResource[] toVerify, IFolder outputFolder, IProgressMonitor monitor)
           
 PreverificationError[] MidletSuiteProject.preverifyJarFile(File jarFile, IFolder outputFolder, IProgressMonitor monitor)
           
 

Uses of PreverificationError in org.eclipse.mtj.preverifier.results
 

Methods in org.eclipse.mtj.preverifier.results that return PreverificationError
 PreverificationError[] PreverificationResults.getErrors()
           
 

Constructors in org.eclipse.mtj.preverifier.results with parameters of type PreverificationError
PreverificationResults(ClassNode preverifiedClassNode, byte[] preverifiedClassBytes, PreverificationError[] errors)
          Construct a new preverication result.
 


Mobile Tools for Java
Release 1.0