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 booleancontainsGeneratedFolder(File projectFolder) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
NonTestProjectFileFilter
public NonTestProjectFileFilter()
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<File,String>
-
containsGeneratedFolder
-