Package aQute.bnd.ant
Class RunconfigToDistributionTask.NonTestProjectFileFilter
java.lang.Object
aQute.bnd.ant.RunconfigToDistributionTask.NonTestProjectFileFilter
- All Implemented Interfaces:
BiPredicate<File,
String>
- Enclosing class:
- RunconfigToDistributionTask
private static class RunconfigToDistributionTask.NonTestProjectFileFilter
extends Object
implements BiPredicate<File,String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
containsGeneratedFolder
(File projectFolder) boolean
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 Details
-
NonTestProjectFileFilter
public NonTestProjectFileFilter()
-
-
Method Details
-
test
- Specified by:
test
in interfaceBiPredicate<File,
String>
-
containsGeneratedFolder
-