|
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.
Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.
| Field Summary | |
|---|---|
static String |
BUILD_ARG_PREVERIFY_CLASSES
|
static String |
BUILD_ARG_PREVERIFY_LIBS
|
static String |
BUILD_ARG_PREVERIFY_TARGET
|
static QualifiedName |
PREVERIFY_TARGET_PROJECT
|
| Method Summary | |
|---|---|
PreverificationError[] |
preverify(IMidletSuiteProject midletProject,
IResource[] toVerify,
IFolder outputFolder,
IProgressMonitor monitor)
Launch the preverification process on the specified resources. |
PreverificationError[] |
preverifyJarFile(IMidletSuiteProject 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 BUILD_ARG_PREVERIFY_CLASSES
static final String BUILD_ARG_PREVERIFY_LIBS
static final String BUILD_ARG_PREVERIFY_TARGET
static final QualifiedName PREVERIFY_TARGET_PROJECT
| Method Detail |
|---|
PreverificationError[] preverify(IMidletSuiteProject 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
PreverificationError[] preverifyJarFile(IMidletSuiteProject 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
IOException
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||