Package aQute.bnd.ant

Class RunconfigToDistributionTask.NonTestProjectFileFilter

  • All Implemented Interfaces:
    java.util.function.BiPredicate<java.io.File,​java.lang.String>
    Enclosing class:
    RunconfigToDistributionTask

    private static class RunconfigToDistributionTask.NonTestProjectFileFilter
    extends java.lang.Object
    implements java.util.function.BiPredicate<java.io.File,​java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private boolean containsGeneratedFolder​(java.io.File projectFolder)  
      boolean test​(java.io.File dir, java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiPredicate

        and, negate, or
    • Constructor Detail

      • NonTestProjectFileFilter

        public NonTestProjectFileFilter()
    • Method Detail

      • test

        public boolean test​(java.io.File dir,
                            java.lang.String name)
        Specified by:
        test in interface java.util.function.BiPredicate<java.io.File,​java.lang.String>
      • containsGeneratedFolder

        private boolean containsGeneratedFolder​(java.io.File projectFolder)