public class ExtensionManifold extends JavaTypeManifold<Model> implements ITypeProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSIONS_PACKAGE |
ARG_DUMP_SOURCE| Constructor and Description |
|---|
ExtensionManifold() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
aliasFqn(String fqn,
IFile file) |
void |
clear() |
protected String |
contribute(String topLevelFqn,
String existing,
Model model,
DiagnosticListener<JavaFileObject> errorHandler) |
ContributorKind |
getContributorKind() |
boolean |
handlesFile(IFile file) |
boolean |
handlesFileExtension(String fileExtension) |
void |
init(IModuleComponent typeLoader) |
boolean |
isInnerType(String topLevel,
String relativeInner) |
void |
process(TypeElement typeElement,
TypeProcessor typeProcessor,
IssueReporter<JavaFileObject> issueReporter) |
getClassType, getSourceKindcontribute, findFilesForType, findTopLevelFqn, getAdditionalTypes, getAllTypeNames, getContent, getInterface, getModel, getModule, getPackage, getPeripheralTypes, getTypeLoader, getTypeNames, getTypesForFile, init, init, isDuplicate, isPackage, isTopLevelType, isType, refreshedFilepublic static final String EXTENSIONS_PACKAGE
public void init(IModuleComponent typeLoader)
init in interface ITypeManifoldinit in class ResourceFileTypeManifold<Model>public boolean handlesFileExtension(String fileExtension)
handlesFileExtension in interface IFileConnectedpublic ContributorKind getContributorKind()
getContributorKind in interface ITypeManifoldgetContributorKind in class JavaTypeManifold<Model>protected String aliasFqn(String fqn, IFile file)
aliasFqn in class ResourceFileTypeManifold<Model>public boolean handlesFile(IFile file)
handlesFile in interface IFileConnectedhandlesFile in class ResourceFileTypeManifold<Model>public boolean isInnerType(String topLevel, String relativeInner)
isInnerType in class ResourceFileTypeManifold<Model>public void clear()
clear in interface ITypeManifoldclear in class ResourceFileTypeManifold<Model>protected String contribute(String topLevelFqn, String existing, Model model, DiagnosticListener<JavaFileObject> errorHandler)
contribute in class ResourceFileTypeManifold<Model>public void process(TypeElement typeElement, TypeProcessor typeProcessor, IssueReporter<JavaFileObject> issueReporter)
process in interface ITypeProcessorCopyright © 2018. All rights reserved.