Uses of Class
org.glassfish.pfl.basic.tools.file.FileWrapper
-
Packages that use FileWrapper Package Description org.glassfish.pfl.basic.tools.file org.glassfish.pfl.tf.tools.enhancer -
-
Uses of FileWrapper in org.glassfish.pfl.basic.tools.file
Methods in org.glassfish.pfl.basic.tools.file that return FileWrapper Modifier and Type Method Description private FileWrapper
WorkspaceRename. makeTargetFileWrapper(FileWrapper arg)
Methods in org.glassfish.pfl.basic.tools.file with parameters of type FileWrapper Modifier and Type Method Description void
FileWrapper. copyTo(FileWrapper target, byte[] buffer)
Copy this file to target using buffer to hold data.boolean
Recognizer. evaluate(FileWrapper file)
Apply the action that matches the classification of this file.static Block
BlockParser. getBlock(FileWrapper fw)
Return the contents of the text file as a Block.(package private) boolean
FileWrapper. 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 FileWrapper
WorkspaceRename. makeTargetFileWrapper(FileWrapper arg)
static java.util.List<Block>
BlockParser. parseBlocks(FileWrapper fw, java.lang.String prefix)
Transform fw into a list of blocks.static java.util.List<Block>
BlockParser. parseBlocks(FileWrapper fw, java.lang.String start, java.lang.String end)
Transform fw into a list of blocks.void
Block. 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 FileWrapper Modifier and Type Method Description boolean
AnnotationScannerAction. evaluate(FileWrapper fw)
boolean
EnhanceTool.EnhancerFileAction. evaluate(FileWrapper fw)
-