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() |
boolean |
isProcessing(String fqn) |
void |
removeFile(manifold.api.fs.IFile file) |
void |
updateFile(manifold.api.fs.IFile file) |
public 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 boolean isProcessing(String fqn)
isProcessing in interface manifold.api.type.IModelCopyright © 2024. All rights reserved.