Package manifold.js
Class JavascriptModel
- java.lang.Object
-
- manifold.api.type.AbstractSingleFileModel
-
- manifold.js.JavascriptModel
-
- All Implemented Interfaces:
manifold.api.type.IModel
public class JavascriptModel extends manifold.api.type.AbstractSingleFileModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description manifold.api.host.IModulegetModule()StringgetUrl()voidupdateFile(manifold.api.fs.IFile file)-
Methods inherited from class manifold.api.type.AbstractSingleFileModel
addFile, getFile, getFiles, getFqn, getHost, removeFile
-
-
-
-
Method Detail
-
getModule
public manifold.api.host.IModule getModule()
-
getUrl
public String getUrl()
-
updateFile
public void updateFile(manifold.api.fs.IFile file)
- Specified by:
updateFilein interfacemanifold.api.type.IModel- Overrides:
updateFilein classmanifold.api.type.AbstractSingleFileModel
-
-