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() |
void |
removeFile(manifold.api.fs.IFile file) |
void |
updateFile(manifold.api.fs.IFile file) |
clone, emptyArray, equals, finalize, getClass, hashCode, jailbreak, notify, notifyAll, toString, wait, wait, wait
isProcessing
public manifold.api.host.IManifoldHost getHost()
getHost
in interface manifold.api.type.IModel
public String getFqn()
getFqn
in interface manifold.api.type.IModel
public Set<manifold.api.fs.IFile> getFiles()
getFiles
in interface manifold.api.type.IModel
public void addFile(manifold.api.fs.IFile file)
addFile
in interface manifold.api.type.IModel
public void removeFile(manifold.api.fs.IFile file)
removeFile
in interface manifold.api.type.IModel
public void updateFile(manifold.api.fs.IFile file)
updateFile
in interface manifold.api.type.IModel
Copyright © 2024. All rights reserved.