Class PlatformChameleon<P>

  • Type Parameters:
    P - Platform plugin type.

    public abstract class PlatformChameleon<P>
    extends Chameleon
    Platform Chameleon provides access to the platform plugin.

    This class is designed for use inside Chameleon platform implementations only. This API is subject to change and use will not be supported.

    • Field Detail

      • plugin

        @NotNull
        protected final P plugin
    • Method Detail

      • getPlatformPlugin

        @NotNull
        public final P getPlatformPlugin()
        Returns the underlying platform plugin.
        Returns:
        platform plugin.