public class WarArchiveIo extends Object
Modifier | Constructor and Description |
---|---|
protected |
WarArchiveIo()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static WarArchive |
open(File f)
Open a war archive.
|
static WarArchive |
open(InputStream is)
Open a war archive.
|
static WarArchive |
open(String file)
Open a war archive.
|
public static WarArchive open(String file) throws IOException
file
- Input FileIOException
- if an IO error occurspublic static WarArchive open(InputStream is) throws IOException
is
- Input StreamIOException
- if an IO error occurspublic static WarArchive open(File f) throws IOException
f
- Input FileIOException
- if an IO error occursCopyright © 2004-2013 Codehaus. All Rights Reserved.