|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.preverifier.NullArchivePreverificationListener
public class NullArchivePreverificationListener
Null implementation of the IArchivePreverificationListener implementation.
| Constructor Summary | |
|---|---|
NullArchivePreverificationListener()
|
|
| Method Summary | |
|---|---|
boolean |
classBegin(ZipFile archive,
ZipEntry classEntry)
Preverification is beginning on the specified entry in the specified archive file. |
boolean |
classEnd(ZipFile archive,
ZipEntry classEntry,
PreverificationResults results)
Preverification is ending on the specified entry in the specified archive file. |
void |
fileBegin(ZipFile archive)
Preverification is beginning on the specified archive file. |
void |
fileEnd(ZipFile archive)
Preverification is ending on the specified archive file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullArchivePreverificationListener()
| Method Detail |
|---|
public void fileBegin(ZipFile archive)
IArchivePreverificationListener
fileBegin in interface IArchivePreverificationListenerIArchivePreverificationListener.fileBegin(java.util.zip.ZipFile)
public boolean classBegin(ZipFile archive,
ZipEntry classEntry)
IArchivePreverificationListener
classBegin in interface IArchivePreverificationListenerIArchivePreverificationListener.classBegin(java.util.zip.ZipFile,
java.util.zip.ZipEntry)
public boolean classEnd(ZipFile archive,
ZipEntry classEntry,
PreverificationResults results)
IArchivePreverificationListener
classEnd in interface IArchivePreverificationListenerIArchivePreverificationListener.classEnd(java.util.zip.ZipFile,
java.util.zip.ZipEntry,
org.eclipse.mtj.preverifier.results.PreverificationResults)public void fileEnd(ZipFile archive)
IArchivePreverificationListener
fileEnd in interface IArchivePreverificationListenerIArchivePreverificationListener.fileEnd(java.util.zip.ZipFile)
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||