Package manifold.api.properties
Class PropertiesTypeManifold
- java.lang.Object
-
- manifold.api.service.BaseService
-
- manifold.api.type.ResourceFileTypeManifold<M>
-
- manifold.api.type.JavaTypeManifold<manifold.api.properties.Model>
-
- manifold.api.properties.PropertiesTypeManifold
-
- All Implemented Interfaces:
manifold.api.service.IPluginHost,manifold.api.service.IService,manifold.api.type.IFileConnected,manifold.api.type.ISelfCompiled,manifold.api.type.ITypeManifold
public class PropertiesTypeManifold extends manifold.api.type.JavaTypeManifold<manifold.api.properties.Model>
-
-
Constructor Summary
Constructors Constructor Description PropertiesTypeManifold()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringcontribute(JavaFileManager.Location location, String topLevelFqn, boolean genStubs, String existing, manifold.api.properties.Model model, DiagnosticListener<JavaFileObject> errorHandler)protected Map<String,manifold.util.concurrent.LocklessLazyVar<manifold.api.properties.Model>>getPeripheralTypes()booleanhandlesFileExtension(String fileExtension)voidinit(manifold.api.host.IModule module)booleanisInnerType(String topLevel, String relativeInner)-
Methods inherited from class manifold.api.type.JavaTypeManifold
getClassType, getContributorKind, getSourceKind
-
Methods inherited from class manifold.api.type.ResourceFileTypeManifold
clear, contribute, createCacheClearer, findFilesForType, findTopLevelFqn, getAdditionalTypes, getAllTypeNames, getContent, getModel, getModule, getPackage, getTypeNameForFile, getTypeNames, getTypesForFile, handlesFile, init, isDuplicate, isFileBacked, isPackage, isTopLevelType, isType, refreshedFile
-
Methods inherited from class manifold.api.service.BaseService
doInit, doUninit, init, isInited, uninit
-
-
-
-
Method Detail
-
init
public void init(manifold.api.host.IModule module)
- Specified by:
initin interfacemanifold.api.type.ITypeManifold- Overrides:
initin classmanifold.api.type.ResourceFileTypeManifold<manifold.api.properties.Model>
-
handlesFileExtension
public boolean handlesFileExtension(String fileExtension)
-
getPeripheralTypes
protected Map<String,manifold.util.concurrent.LocklessLazyVar<manifold.api.properties.Model>> getPeripheralTypes()
- Overrides:
getPeripheralTypesin classmanifold.api.type.ResourceFileTypeManifold<manifold.api.properties.Model>
-
isInnerType
public boolean isInnerType(String topLevel, String relativeInner)
- Specified by:
isInnerTypein classmanifold.api.type.ResourceFileTypeManifold<manifold.api.properties.Model>
-
contribute
protected String contribute(JavaFileManager.Location location, String topLevelFqn, boolean genStubs, String existing, manifold.api.properties.Model model, DiagnosticListener<JavaFileObject> errorHandler)
- Specified by:
contributein classmanifold.api.type.ResourceFileTypeManifold<manifold.api.properties.Model>
-
-