public class LauncherConfig
extends org.apache.sling.feature.io.artifacts.ArtifactManagerConfig
implements org.apache.sling.feature.io.artifacts.spi.ArtifactProviderContext
Constructor and Description |
---|
LauncherConfig()
Create a new configuration object.
|
Modifier and Type | Method and Description |
---|---|
void |
addFeatureFiles(String... featureFiles)
Set the list of feature files or directories.
|
void |
clear()
Clear all in-memory objects
|
List<String> |
getArtifactClashOverrides() |
String[] |
getFeatureFiles()
Get the list of feature files.
|
String |
getFrameworkArtifact() |
String |
getFrameworkVersion() |
File |
getHomeDirectory()
Get the home directory.
|
Installation |
getInstallation() |
Map<String,String> |
getVariables() |
void |
setFrameworkArtifact(String frameworkArtifact) |
void |
setFrameworkVersion(String frameworkVersion) |
void |
setHomeDirectory(File file) |
getCachedArtifacts, getCacheDirectory, getDownloadedArtifacts, getLocalArtifacts, getRepositoryUrls, incCachedArtifacts, incDownloadedArtifacts, incLocalArtifacts, setCacheDirectory, setRepositoryUrls
public LauncherConfig()
public void addFeatureFiles(String... featureFiles)
featureFiles
- The array with the feature file names.public String[] getFeatureFiles()
public File getHomeDirectory()
public void setHomeDirectory(File file)
public Installation getInstallation()
public void clear()
public String getFrameworkVersion()
public void setFrameworkVersion(String frameworkVersion)
public String getFrameworkArtifact()
public void setFrameworkArtifact(String frameworkArtifact)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.