|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.util.Archive
public class Archive
Utility methods for working with zip/jar archives.
| Field Summary | |
|---|---|
static java.util.Set<java.lang.String> |
ARCHIVE_EXTENSION_SET
File extensions that indicate an archive (zip, jar, or similar). |
| Constructor Summary | |
|---|---|
Archive()
|
|
| Method Summary | |
|---|---|
static boolean |
isArchiveFileName(java.lang.String fileName)
Determine whether or not the given filename appears to identify a zip/jar archive. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.util.Set<java.lang.String> ARCHIVE_EXTENSION_SET
| Constructor Detail |
|---|
public Archive()
| Method Detail |
|---|
public static boolean isArchiveFileName(java.lang.String fileName)
fileName - the filename
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||