Uses of Interface
spoon.compiler.SpoonFolder
Packages that use SpoonFolder
Package
Description
This package defines interfaces for Java file compilation with Spoon.
-
Uses of SpoonFolder in spoon.compiler
Methods in spoon.compiler that return SpoonFolderModifier and TypeMethodDescriptionstatic SpoonFolder
SpoonResourceHelper.createFolder(File f)
Creates theSpoonFolder
corresponding to the given file.SpoonResource.getParent()
Gets the folder that contains this resource.Methods in spoon.compiler that return types with arguments of type SpoonFolderModifier and TypeMethodDescriptionSpoonFolder.getSubFolders()
Gets the subfolders in this folder.Methods in spoon.compiler with parameters of type SpoonFolderModifier and TypeMethodDescriptionvoid
SpoonFolder.addFolder(SpoonFolder source)
Adds a sub folder in this folder -
Uses of SpoonFolder in spoon.support.compiler
Classes in spoon.support.compiler that implement SpoonFolderModifier and TypeClassDescriptionclass
class
A filtering resource, see https://github.com/INRIA/spoon/issues/877class
class
Methods in spoon.support.compiler that return SpoonFolderModifier and TypeMethodDescriptionFileSystemFile.getParent()
FileSystemFolder.getParent()
SpoonPom.getParent()
Get the parent directoryVirtualFile.getParent()
VirtualFolder.getParent()
ZipFile.getParent()
ZipFolder.getParent()
Methods in spoon.support.compiler that return types with arguments of type SpoonFolderModifier and TypeMethodDescriptionFileSystemFolder.getSubFolders()
VirtualFolder.getSubFolders()
ZipFolder.getSubFolders()
Methods in spoon.support.compiler with parameters of type SpoonFolderModifier and TypeMethodDescriptionvoid
FileSystemFolder.addFolder(SpoonFolder source)
void
VirtualFolder.addFolder(SpoonFolder o)
void
ZipFolder.addFolder(SpoonFolder source)
-
Uses of SpoonFolder in spoon.support.compiler.jdt
Fields in spoon.support.compiler.jdt declared as SpoonFolderModifier and TypeFieldDescriptionprotected SpoonFolder
JDTBasedSpoonCompiler.sources
protected SpoonFolder
JDTBasedSpoonCompiler.templates
Methods in spoon.support.compiler.jdt that return SpoonFolderModifier and TypeMethodDescriptionJDTBasedSpoonCompiler.getSource()
JDTBasedSpoonCompiler.getTemplates()
Methods in spoon.support.compiler.jdt with parameters of type SpoonFolderModifier and TypeMethodDescriptionprotected org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration[]
JDTBasedSpoonCompiler.buildUnits(JDTBuilder jdtBuilder, SpoonFolder sourcesFolder, String[] classpath, String debugMessagePrefix)
Build the CompilationUnit found in the source folderprotected boolean
JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBuilder jdtBuilder, SpoonFolder sourcesFolder, String[] classpath, String debugMessagePrefix)
Get the units from the given source folder and build the Spoon Model.