public class Model extends Object implements manifold.api.type.IModel
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(manifold.api.fs.IFile file) |
Set<manifold.api.fs.IFile> |
getFiles() |
String |
getFqn() |
manifold.api.host.IManifoldHost |
getHost() |
String |
makeSource(String extensionClassFqn,
DiagnosticListener<JavaFileObject> errorHandler) |
void |
removeFile(manifold.api.fs.IFile file) |
void |
updateFile(manifold.api.fs.IFile file) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisProcessingpublic manifold.api.host.IManifoldHost getHost()
getHost in interface manifold.api.type.IModelpublic String getFqn()
getFqn in interface manifold.api.type.IModelpublic Set<manifold.api.fs.IFile> getFiles()
getFiles in interface manifold.api.type.IModelpublic void addFile(manifold.api.fs.IFile file)
addFile in interface manifold.api.type.IModelpublic void removeFile(manifold.api.fs.IFile file)
removeFile in interface manifold.api.type.IModelpublic void updateFile(manifold.api.fs.IFile file)
updateFile in interface manifold.api.type.IModelpublic String makeSource(String extensionClassFqn, DiagnosticListener<JavaFileObject> errorHandler)
Copyright © 2019. All rights reserved.