uk.ac.vamsas.test.simpleclient
Class ZipTest

java.lang.Object
  extended byuk.ac.vamsas.test.simpleclient.ZipTest

public class ZipTest
extends java.lang.Object

really simple test to see if we can open an archive and test for the existence of an entry called vamssDocument.xml. 'Pathological' archives fail this test (due to things like funny characters or lots of '.' in the entry name.

Author:
JimP

Constructor Summary
ZipTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipTest

public ZipTest()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - single filename as an argument to open as a Jar file.