Class WrappingRemoteExtension<T extends RemoteExtension>

    • Constructor Detail

      • WrappingRemoteExtension

        public WrappingRemoteExtension​(T remoteExtension)
        Parameters:
        remoteExtension - the wrapped local extension
    • Method Detail

      • isRecommended

        public boolean isRecommended()
        Description copied from interface: RemoteExtension
        Indicate if the extension is recommended by the repository where it come from.

        What "recommended" exactly means depend on the repository giving this information.

        For example on http://extensions.xwiki.org the meaning is the extension is known to be of good quality and still officially supported by its author.

        Specified by:
        isRecommended in interface RemoteExtension
        Returns:
        true if the extension is recommended