public class FileID
extends java.lang.Object
| Constructor | Description |
|---|---|
FileID() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
isWebArchive(java.io.File path) |
Is the path a Web Archive?
|
static boolean |
isWebArchiveFile(java.io.File path) |
Is the path a Web Archive File (not directory)
|
static boolean |
isXmlFile(java.io.File path) |
public static boolean isWebArchive(java.io.File path)
path - the path to test.isWebArchiveFile(File)public static boolean isWebArchiveFile(java.io.File path)
path - the path to test.isWebArchive(File)public static boolean isXmlFile(java.io.File path)
Copyright © 1995–2018 Webtide. All rights reserved.