Class TrueFileFilter

    • Field Detail

      • TRUE

        public static final IOFileFilter TRUE
        Singleton instance of true filter.
        Since:
        1.3
      • INSTANCE

        public static final IOFileFilter INSTANCE
        Singleton instance of true filter. Please use the identical TrueFileFilter.TRUE constant. The new name is more JDK 1.5 friendly as it doesn't clash with other values when using static imports.