Class FileID

java.lang.Object
org.eclipse.jetty.deploy.util.FileID

public class FileID extends Object
Simple, yet surprisingly common utility methods for identifying various file types commonly seen and worked with in a deployment scenario.
  • Constructor Details

    • FileID

      public FileID()
  • Method Details

    • isWebArchive

      public static boolean isWebArchive(File path)
      Is the path a Web Archive?
      Parameters:
      path - the path to test.
      Returns:
      True if a .war or .jar or exploded web directory
      See Also:
    • isWebArchiveFile

      public static boolean isWebArchiveFile(File path)
      Is the path a Web Archive File (not directory)
      Parameters:
      path - the path to test.
      Returns:
      True if a .war or .jar file.
      See Also:
    • isXmlFile

      public static boolean isXmlFile(File path)