Uses of Class
org.glassfish.pfl.basic.tools.file.FileWrapper
Packages that use FileWrapper
-
Uses of FileWrapper in org.glassfish.pfl.basic.tools.file
Subinterfaces with type arguments of type FileWrapper in org.glassfish.pfl.basic.tools.fileModifier and TypeInterfaceDescriptionstatic interfaceAction interface passed to scan method to act on files.Methods in org.glassfish.pfl.basic.tools.file that return FileWrapperModifier and TypeMethodDescriptionprivate FileWrapperWorkspaceRename.makeTargetFileWrapper(FileWrapper arg) Methods in org.glassfish.pfl.basic.tools.file with parameters of type FileWrapperModifier and TypeMethodDescriptionvoidFileWrapper.copyTo(FileWrapper target, byte[] buffer) Copy this file to target using buffer to hold data.booleanRecognizer.evaluate(FileWrapper file) Apply the action that matches the classification of this file.static BlockBlockParser.getBlock(FileWrapper fw) Return the contents of the text file as a Block.(package private) booleanFileWrapper.isYoungerThan(FileWrapper fw) Returns true if either this FileWrapper does not exist, or if the lastModificationTime of this FileWrapper is earlier than that of fw.private FileWrapperWorkspaceRename.makeTargetFileWrapper(FileWrapper arg) BlockParser.parseBlocks(FileWrapper fw, String prefix) Transform fw into a list of blocks.BlockParser.parseBlocks(FileWrapper fw, String start, String end) Transform fw into a list of blocks.voidBlock.write(FileWrapper fw) Write block to FileWrapper. -
Uses of FileWrapper in org.glassfish.pfl.tf.tools.enhancer
Methods in org.glassfish.pfl.tf.tools.enhancer with parameters of type FileWrapperModifier and TypeMethodDescriptionbooleanAnnotationScannerAction.evaluate(FileWrapper fw) booleanEnhanceTool.EnhancerFileAction.evaluate(FileWrapper fw)