|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecteclipseme.core.internal.utils.tools.AbstractTool
eclipseme.core.model.impl.Preverifier
Object wrapper around the preverifier tool in the wireless toolkit.
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.
Copyright (c) 2003-2005 Craig Setera
| Field Summary | |
static java.lang.String |
PREVERIFIER
|
| Constructor Summary | |
Preverifier()
Constructor. |
|
| Method Summary | |
static java.lang.String |
extractClassName(org.eclipse.jdt.core.IJavaProject javaProject,
org.eclipse.core.resources.IResource resource)
Extract the class name from the specified IResource within the specified java project. |
static org.eclipse.core.runtime.IPath |
extractResourcePath(org.eclipse.jdt.core.IJavaProject javaProject,
org.eclipse.core.resources.IResource resource)
Extract the class path from the specified IResource within the specified java project. |
java.util.Map |
preverify(IMidletSuiteProject midletProject,
org.eclipse.core.resources.IResource[] toVerify,
org.eclipse.core.resources.IFolder outputFolder,
org.eclipse.core.runtime.IProgressMonitor monitor)
Launch the preverification process on the specified resources. |
java.util.Map |
preverifyJarFile(IMidletSuiteProject midletProject,
java.io.File jarFile,
org.eclipse.core.resources.IFolder outputFolder,
org.eclipse.core.runtime.IProgressMonitor monitor)
Launch the preverification process on the specified jar file. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String PREVERIFIER
| Constructor Detail |
public Preverifier()
| Method Detail |
public static org.eclipse.core.runtime.IPath extractResourcePath(org.eclipse.jdt.core.IJavaProject javaProject,
org.eclipse.core.resources.IResource resource)
throws org.eclipse.jdt.core.JavaModelException
javaProject - resource -
org.eclipse.jdt.core.JavaModelException
public static java.lang.String extractClassName(org.eclipse.jdt.core.IJavaProject javaProject,
org.eclipse.core.resources.IResource resource)
throws org.eclipse.jdt.core.JavaModelException
javaProject - the java project to provide the relative nameresource - the resource to extract a class name
null if the resource
name cannot be converted for some reason.
org.eclipse.jdt.core.JavaModelException
public java.util.Map preverify(IMidletSuiteProject midletProject,
org.eclipse.core.resources.IResource[] toVerify,
org.eclipse.core.resources.IFolder outputFolder,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException,
java.io.IOException
IPreverifier
preverify in interface IPreverifiermidletProject - The project in which the resources to
be preverified reside.toVerify - The resources to be preverified.outputFolder - The folder into which the output is to
be placed.monitor - Progress monitor
java.io.IOException
org.eclipse.core.runtime.CoreExceptionIPreverifier.preverify(eclipseme.core.model.IMidletSuiteProject, org.eclipse.core.resources.IResource[], org.eclipse.core.resources.IFolder, org.eclipse.core.runtime.IProgressMonitor)
public java.util.Map preverifyJarFile(IMidletSuiteProject midletProject,
java.io.File jarFile,
org.eclipse.core.resources.IFolder outputFolder,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException,
java.io.IOException
IPreverifier
preverifyJarFile in interface IPreverifiermidletProject - The project in which the resources to
be preverified reside.jarFile - The jar file to be preverified.outputFolder - The folder into which the output is to
be placed.monitor - Progress monitor
org.eclipse.core.runtime.CoreException
java.io.IOExceptionIPreverifier.preverifyJarFile(eclipseme.core.model.IMidletSuiteProject, java.io.File, org.eclipse.core.resources.IFolder, org.eclipse.core.runtime.IProgressMonitor)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||