Class 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 Detail

      • FileID

        public FileID()
    • Method Detail

      • 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(File)
      • 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:
        isWebArchive(File)
      • isXmlFile

        public static boolean isXmlFile​(File path)