| Package | Description |
|---|---|
| net.wasdev.wlp.common.plugins.util |
| Modifier and Type | Method and Description |
|---|---|
abstract File |
InstallFeatureUtil.downloadArtifact(String groupId,
String artifactId,
String type,
String version)
Download the artifact from the specified Maven coordinates, or retrieve it from the cache if it already exists.
|
static String |
InstallFeatureUtil.extractSymbolicName(File jar)
Extracts the bundle symbolic name from the jar manifest.
|
static String |
InstallFeatureUtil.getNextProductVersion(String version)
Gets the next product version number.
|
static Set<String> |
InstallFeatureUtil.getOpenLibertyFeatureSet(Set<File> jsons)
Gets the set of all Open Liberty features by scanning the product JSONs.
|
String |
InstallFeatureUtil.getOverrideBundleDescriptor(String groupId,
String artifactId)
Download the override bundle from the repository with the given groupId and
artifactId, corresponding to the latest version in the range between the
current Open Liberty version (inclusive) and the next version
(exclusive).
|
void |
InstallFeatureUtil.installFeatures(boolean isAcceptLicense,
List<String> featuresToInstall)
Resolve, download, and install features from a Maven repository.
|
static String |
InstallFeatureUtil.productInfo(File installDirectory,
String action)
Runs the productInfo command and returns the output
|
| Constructor and Description |
|---|
InstallFeatureUtil(File installDirectory,
String from,
String to,
Set<String> pluginListedEsas)
Initialize the utility and check for unsupported scenarios.
|
Copyright © 2018 the original author or authors.