Class DefaultHost

  • All Implemented Interfaces:
    Host

    public class DefaultHost
    extends java.lang.Object
    implements Host
    • Constructor Detail

      • DefaultHost

        public DefaultHost()
    • Method Detail

      • isRunning

        public boolean isRunning()
        Specified by:
        isRunning in interface Host
      • addStopCapabilities

        public void addStopCapabilities​(org.apache.tools.ant.Project project,
                                        IEolModule module)
        Specified by:
        addStopCapabilities in interface Host
      • initialise

        public void initialise()
        Specified by:
        initialise in interface Host
      • debug

        public java.lang.Object debug​(IEolModule module,
                                      java.io.File file)
                               throws java.lang.Exception
        Specified by:
        debug in interface Host
        Throws:
        java.lang.Exception
      • supportsDebugging

        public boolean supportsDebugging()
        Specified by:
        supportsDebugging in interface Host
      • createModel

        public IModel createModel​(java.lang.String type)
                           throws org.apache.tools.ant.BuildException
        Specified by:
        createModel in interface Host
        Throws:
        org.apache.tools.ant.BuildException
      • getExtensionsOfType

        public <T> java.util.List<T> getExtensionsOfType​(java.lang.Class<T> klazz)
        Specified by:
        getExtensionsOfType in interface Host