Schnittstelle IWebApplicationExtractor

Alle bekannten Implementierungsklassen:
WebApplicationExtractor

public interface IWebApplicationExtractor
Version:
2024-12-30
Autor:
Silvan Wyss
  • Methodendetails

    • getStoredWebApplicationsOfServer

      IContainer<? extends IApplication<Object>> getStoredWebApplicationsOfServer(IServer server)
      Parameter:
      server -
      Gibt zurück:
      the web applications of the given server.
      Löst aus:
      RuntimeException - if the given server is null.