Class AbstractTestServer

java.lang.Object
de.iip_ecosphere.platform.transport.AbstractServer
test.de.iip_ecosphere.platform.transport.AbstractTestServer
All Implemented Interfaces:
de.iip_ecosphere.platform.support.Server
Direct Known Subclasses:
TestServerPluginDescriptor.JvmTestServer

public abstract class AbstractTestServer extends de.iip_ecosphere.platform.transport.AbstractServer
A basic abstract server for testing/experiments (legacy type, moved to AbstractServer as Eclipse did not play with using test dependencies in compile scope).
Author:
Holger Eichelberger, SSE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class de.iip_ecosphere.platform.transport.AbstractServer

    applyBaseDir, extractConfiguration, extractConfiguration, getConfigDir, getConfigDir, getInteger, getInteger, getString, runsFromJar, scheduleShutdownHook, setConfigDir

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.iip_ecosphere.platform.support.Server

    start, stop
  • Constructor Details

    • AbstractTestServer

      public AbstractTestServer()