Class EnhanceTool.EnhancerFileAction
- java.lang.Object
-
- org.glassfish.pfl.tf.tools.enhancer.EnhanceTool.EnhancerFileAction
-
- All Implemented Interfaces:
java.util.function.Predicate<FileWrapper>
,UnaryPredicate<FileWrapper>
,Scanner.Action
- Enclosing class:
- EnhanceTool
private class EnhanceTool.EnhancerFileAction extends java.lang.Object implements Scanner.Action
-
-
Field Summary
Fields Modifier and Type Field Description private UnaryFunction<byte[],byte[]>
ea
-
Constructor Summary
Constructors Constructor Description EnhancerFileAction(UnaryFunction<byte[],byte[]> ea)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(FileWrapper fw)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.glassfish.pfl.basic.func.UnaryPredicate
test
-
-
-
-
Field Detail
-
ea
private UnaryFunction<byte[],byte[]> ea
-
-
Constructor Detail
-
EnhancerFileAction
public EnhancerFileAction(UnaryFunction<byte[],byte[]> ea)
-
-
Method Detail
-
evaluate
public boolean evaluate(FileWrapper fw)
- Specified by:
evaluate
in interfaceUnaryPredicate<FileWrapper>
-
-