Class INIFileFilter

    • Field Detail

      • EXTENSION_INI

        public static final String EXTENSION_INI
        Default extension for the Windows configuration files.
        See Also:
        Constant Field Values
    • Constructor Detail

      • INIFileFilter

        public INIFileFilter()
        Construct.
      • INIFileFilter

        public INIFileFilter​(boolean acceptDirectories)
        Constructor.
        Parameters:
        acceptDirectories - is true to permit to this file filter to accept directories; false if the directories should not match.
    • Method Detail

      • isINIFile

        public static boolean isINIFile​(File file)
        Replies if the specified file contains JPEG picture.
        Parameters:
        file - is the file to test.
        Returns:
        true if the given file contains JPEG picture, otherwise false
      • isINIFile

        public static boolean isINIFile​(URL file)
        Replies if the specified file contains JPEG picture.
        Parameters:
        file - is the file to test.
        Returns:
        true if the given file contains JPEG picture, otherwise false
      • isINIFile

        public static boolean isINIFile​(String file)
        Replies if the specified file contains JPEG picture.
        Parameters:
        file - is the file to test.
        Returns:
        true if the given file contains JPEG picture, otherwise false