Uses of Interface
spoon.compiler.SpoonFile
Packages that use SpoonFile
Package
Description
This package defines interfaces for Java file compilation with Spoon.
-
Uses of SpoonFile in spoon.compiler
Methods in spoon.compiler that return SpoonFileModifier and TypeMethodDescriptionstatic SpoonFile
SpoonResourceHelper.createFile(File f)
Creates theSpoonFile
corresponding to the given file.Methods in spoon.compiler that return types with arguments of type SpoonFileModifier and TypeMethodDescriptionSpoonFolder.getAllFiles()
Gets all the files (including folders) in the folder.SpoonFolder.getAllJavaFiles()
Gets all the Java source files in the folder.SpoonFolder.getFiles()
Gets all the files (excluding folders) in the folder.Methods in spoon.compiler with parameters of type SpoonFile -
Uses of SpoonFile in spoon.compiler.builder
Methods in spoon.compiler.builder with parameters of type SpoonFileModifier and TypeMethodDescriptionEncodingProvider.detectEncoding(SpoonFile file, byte[] fileBytes)
User-defined function, which is used to detect encoding for each fileMethod parameters in spoon.compiler.builder with type arguments of type SpoonFile -
Uses of SpoonFile in spoon.support.compiler
Classes in spoon.support.compiler that implement SpoonFileFields in spoon.support.compiler with type parameters of type SpoonFileMethods in spoon.support.compiler that return types with arguments of type SpoonFileModifier and TypeMethodDescriptionFileSystemFolder.getAllFiles()
VirtualFolder.getAllFiles()
ZipFolder.getAllFiles()
FileSystemFolder.getAllJavaFiles()
VirtualFolder.getAllJavaFiles()
ZipFolder.getAllJavaFiles()
FileSystemFolder.getFiles()
VirtualFolder.getFiles()
ZipFolder.getFiles()
Methods in spoon.support.compiler with parameters of type SpoonFile -
Uses of SpoonFile in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt that return types with arguments of type SpoonFileConstructor parameters in spoon.support.compiler.jdt with type arguments of type SpoonFile