org.eclipse.jetty.deploy.util
public class FileID extends java.lang.Object
Constructor and Description |
---|
FileID() |
Modifier and Type | Method and 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 © 2013. All Rights Reserved.