org.apache.commons.compress.archivers
Class Lister

java.lang.Object
  extended by org.apache.commons.compress.archivers.Lister

public final class Lister
extends Object

Simple command line application that lists the contents of an archive.

The name of the archive must be given as a command line argument.

The optional second argument defines the archive type, in case the format is not recognised.

Since:
Apache Commons Compress 1.1

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

Constructor Detail

Lister

public Lister()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.