Mobile Tools for Java
Release 1.0

org.eclipse.mtj.preverifier
Class ArchivePreverifier

java.lang.Object
  extended by org.eclipse.mtj.preverifier.ArchivePreverifier

public class ArchivePreverifier
extends Object

A preverifier implementation for pre-verifying an archive file.


Constructor Summary
ArchivePreverifier(IPreverificationPolicy preverificationPolicy, IArchivePreverificationListener listener)
          Create a new archive preverifier with the specified policy and listener.
 
Method Summary
 void preverify(File archive, File outputFile, URL[] classpath)
          Preverify the specified archive file using the specified classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchivePreverifier

public ArchivePreverifier(IPreverificationPolicy preverificationPolicy,
                          IArchivePreverificationListener listener)
Create a new archive preverifier with the specified policy and listener.

Parameters:
preverificationPolicy -
listener -
Method Detail

preverify

public void preverify(File archive,
                      File outputFile,
                      URL[] classpath)
               throws IOException
Preverify the specified archive file using the specified classpath.

Parameters:
classStream -
classpath -
Throws:
IOException

Mobile Tools for Java
Release 1.0