Class Model

  • All Implemented Interfaces:
    manifold.api.type.IModel

    public class Model
    extends Object
    implements manifold.api.type.IModel
    • Method Detail

      • getHost

        public manifold.api.host.IManifoldHost getHost()
        Specified by:
        getHost in interface manifold.api.type.IModel
      • getFqn

        public String getFqn()
        Specified by:
        getFqn in interface manifold.api.type.IModel
      • getFiles

        public Set<manifold.api.fs.IFile> getFiles()
        Specified by:
        getFiles in interface manifold.api.type.IModel
      • addFile

        public void addFile​(manifold.api.fs.IFile file)
        Specified by:
        addFile in interface manifold.api.type.IModel
      • removeFile

        public void removeFile​(manifold.api.fs.IFile file)
        Specified by:
        removeFile in interface manifold.api.type.IModel
      • updateFile

        public void updateFile​(manifold.api.fs.IFile file)
        Specified by:
        updateFile in interface manifold.api.type.IModel