org.eclipse.jdt.apt.core.internal.generatedfile |
|
Java Source File Name | Type | Comment |
ClasspathUtil.java | Class | Utilities to ensure the generated source folder is (or is not) on the
Java build path as appropriate. |
CompilationUnitHelper.java | Class | Helper utilities to create, modify, save, and discard compilation units and their
working copies. |
FileGenerationResult.java | Class | Simple container class for holding the result of file generation.
It contains the generated file, as well as a boolean indicating if it
has changed since it was last seen. |
GeneratedFileManager.java | Class | This class is used for managing generated files; in particular, keeping track of
dependencies so that no-longer-generated files can be deleted, and managing the
lifecycle of working copies in memory.
During build, a generated file may be a "type", in the sense of a generated Java source
file, or it may be a generated class file or an arbitrary resource (such as an XML
file). |
GeneratedFileMap.java | Class | A bidirectional many-to-many map from parent files to generated files.
This extends the functionality of ManyToMany by adding serialization.
The object also tracks attributes of the generated files. |
GeneratedResourceChangeListener.java | Class | A jdt.core pre-process resource change listener that manages generated resources.
Note that this is both a pre-build listener and a post-change listener,
because there is a bug in the resource change event notification in the platform:
sometimes they fail to send out deletion notifications for files in pre-build,
but they do send them out in post-change. |
GeneratedSourceFolderManager.java | Class | Manage the generated source folder for an APT project.
Every AptProject has a GeneratedSourceFolderManager. |
WorkingCopyCleanupListener.java | Class | |