Constructor and Description |
---|
Lister() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Runs this class from the command line.
|
public Lister()
public static void main(String[] args) throws ArchiveException, IOException
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.
args
- name of the archive and optional argument archive type.ArchiveException
- Archiver related Exception.IOException
- an I/O exception.Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.