Package tigase.server

Class XMPPServer


  • public final class XMPPServer
    extends Object
    Describe class XMPPServer here.
    Created: Wed Nov 23 07:04:18 2005
    Author:
    Artur Hefczyc
    • Method Detail

      • getComponent

        public static <T> T getComponent​(String name)
        Allows obtaining ConfiguratorAbstract implementation used by Tigase to handle all configuration of the server.
        Returns:
        implementation of ConfiguratorAbstract interface.
      • getComponent

        public static <T> T getComponent​(Class<T> clazz)
      • getComponents

        public static <T> Stream<T> getComponents​(Class<T> clazz)
      • getImplementationVersion

        public static String getImplementationVersion()
      • getVersion

        public static Version getVersion()
      • help

        public static String help()
        Returns help regarding command line parameters
      • isOSGi

        public static boolean isOSGi()
      • setOSGi

        public static void setOSGi​(boolean val)
      • main

        public static void main​(String[] args)
      • parseParams

        public static void parseParams​(String[] args)
      • start

        public static void start​(String[] args)
      • stop

        public static void stop()
      • version

        public static String version()