Class WrappingCoreExtension<T extends CoreExtension>

    • Constructor Detail

      • WrappingCoreExtension

        public WrappingCoreExtension​(T extension)
        Parameters:
        extension - the wrapped core extension
    • Method Detail

      • getURL

        public URL getURL()
        Specified by:
        getURL in interface CoreExtension
        Returns:
        the URL pointing to the core extension file
      • isGuessed

        public boolean isGuessed()
        Specified by:
        isGuessed in interface CoreExtension
        Returns:
        true if the extension is "guessed" which means that it's id or version are not 100% sure. It generally indicate that a jar without any technical information or partial information has been found in the classpath.