edu.umd.cs.findbugs.util
public class Archive extends Object
Field Summary | |
---|---|
static Set<String> | ARCHIVE_EXTENSION_SET
File extensions that indicate an archive (zip, jar, or similar). |
Method Summary | |
---|---|
static boolean | isArchiveFileName(String fileName)
Determine whether or not the given filename appears to
identify a zip/jar archive.
|
Parameters: fileName the filename
Returns: true if the filename appears to identify an archive, false otherwise