|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPreverifier
Required interface for preverification support. Each IPlatformDefinition is required to provide a preverifier instance for use during builds.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.
| Field Summary | |
|---|---|
static String |
PREVERIFIER_STANDARD
Constant that represents the standard preverifier |
static String |
PREVERIFIER_UNKNOWN
Constant that represents the unknown preverifier |
| Method Summary | |
|---|---|
File |
getPreverifierExecutable()
|
IPreverificationError[] |
preverify(IMTJProject midletProject,
IResource[] toVerify,
IFolder outputFolder,
IProgressMonitor monitor)
Launch the preverification process on the specified resources. |
IPreverificationError[] |
preverifyJarFile(IMTJProject midletProject,
File jarFile,
IFolder outputFolder,
IProgressMonitor monitor)
Launch the preverification process on the specified jar file. |
| Methods inherited from interface org.eclipse.mtj.core.persistence.IPersistable |
|---|
loadUsing, storeUsing |
| Field Detail |
|---|
static final String PREVERIFIER_STANDARD
static final String PREVERIFIER_UNKNOWN
| Method Detail |
|---|
IPreverificationError[] preverify(IMTJProject midletProject,
IResource[] toVerify,
IFolder outputFolder,
IProgressMonitor monitor)
throws CoreException,
IOException
midletProject - The project in which the resources to be
pre-verified reside.toVerify - The resources to be pre-verified.outputFolder - The folder into which the output is to be placed.monitor - Progress monitor
CoreException
IOException
IPreverificationError[] preverifyJarFile(IMTJProject midletProject,
File jarFile,
IFolder outputFolder,
IProgressMonitor monitor)
throws CoreException,
IOException
midletProject - The project in which the resources to be
pre-verified reside.jarFile - The jar file to be pre-verified.outputFolder - The folder into which the output is to be placed.monitor - Progress monitor
CoreException
IOExceptionFile getPreverifierExecutable()
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||