Interface CoreExtension

  • All Superinterfaces:
    Comparable<Extension>, Extension
    All Known Implementing Classes:
    WrappingCoreExtension

    public interface CoreExtension
    extends Extension
    Represent an extension which can't be modified (uninstalled, upgraded).

    In practice it's generally all the jars already in the classpath at startup.

    Since:
    4.0M1
    Version:
    $Id: 3f2cc840818781778020e5018537234e23dd3eac $
    • Method Detail

      • getURL

        URL getURL()
        Returns:
        the URL pointing to the core extension file
      • isGuessed

        boolean isGuessed()
        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.