Uses of Interface
org.glassfish.pfl.basic.tools.file.Scanner.Action
Packages that use Scanner.Action
-
Uses of Scanner.Action in org.glassfish.pfl.basic.tools.file
Classes in org.glassfish.pfl.basic.tools.file that implement Scanner.ActionModifier and TypeClassDescriptionclassRecognizes files according to patterns, and performs actions accordingly.Methods in org.glassfish.pfl.basic.tools.file that return Scanner.ActionModifier and TypeMethodDescriptionActionFactory.getSkipAction()returns an action that returns true.ActionFactory.getStopAction()returns an action that returns false.Methods in org.glassfish.pfl.basic.tools.file with parameters of type Scanner.ActionModifier and TypeMethodDescriptionvoidRecognizer.addKnownName(String name, Scanner.Action action) voidRecognizer.addKnownSuffix(String suffix, Scanner.Action action) booleanScanner.scan(Scanner.Action action) Scan all files reachable from roots.voidRecognizer.setDefaultAction(Scanner.Action action) This defines the default action.voidRecognizer.setShellScriptAction(Scanner.Action action) If set, this defines the action taken for text files that start with the patter "#!", which is the standard for all *nix shell scripts. -
Uses of Scanner.Action in org.glassfish.pfl.tf.tools.enhancer
Classes in org.glassfish.pfl.tf.tools.enhancer that implement Scanner.ActionModifier and TypeClassDescriptionclassScan all classes looking for annotations annotated with @MethodMonitorGroup, and saves the internal names of any such annotations.