Interface LauncherPrepareContext
-
- All Known Subinterfaces:
ExtensionContext
public interface LauncherPrepareContextThis is the context for the launcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAppJar(URL url)URLgetArtifactFile(org.apache.sling.feature.ArtifactId artifact)org.slf4j.LoggergetLogger()Get the central logger
-
-
-
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
-
-