Interface LauncherPrepareContext

  • All Known Subinterfaces:
    ExtensionContext

    public interface LauncherPrepareContext
    This is the context for the launcher
    • Method Detail

      • getLogger

        org.slf4j.Logger getLogger()
        Get the central logger
        Returns:
        The logger
      • addAppJar

        void addAppJar​(URL url)
      • getArtifactFile

        URL getArtifactFile​(org.apache.sling.feature.ArtifactId artifact)
                     throws IOException
        Throws:
        IOException