Class Lister


  • public final class Lister
    extends java.lang.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 recognized.

    Since:
    1.1
    • Constructor Summary

      Constructors 
      Constructor Description
      Lister()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Lister

        public Lister()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception