public class JavaContainers
extends java.lang.Object
| Constructor and Description |
|---|
JavaContainers() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addMavenDependencies(java.util.Map<java.lang.String,Parser> artifacts,
DependencyDTO dependency) |
protected static void |
appendMavenDependencies(java.util.Map<java.lang.String,Parser> artifacts,
Profile profile) |
static java.util.Map<java.lang.String,Parser> |
getJavaContainerArtifacts(FabricService fabric,
java.util.List<Profile> profileList,
java.util.concurrent.ExecutorService downloadExecutor) |
static java.util.Map<java.lang.String,java.io.File> |
getJavaContainerArtifactsFiles(FabricService fabric,
java.util.List<Profile> profileList,
java.util.concurrent.ExecutorService downloadExecutor) |
static void |
registerJolokiaUrl(Container container,
java.lang.String jolokiaUrl)
Registers the given jolokia URL for the given container if its not null
|
public static java.util.Map<java.lang.String,Parser> getJavaContainerArtifacts(FabricService fabric, java.util.List<Profile> profileList, java.util.concurrent.ExecutorService downloadExecutor) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.Map<java.lang.String,java.io.File> getJavaContainerArtifactsFiles(FabricService fabric, java.util.List<Profile> profileList, java.util.concurrent.ExecutorService downloadExecutor) throws java.lang.Exception
java.lang.Exceptionprotected static void appendMavenDependencies(java.util.Map<java.lang.String,Parser> artifacts, Profile profile)
protected static void addMavenDependencies(java.util.Map<java.lang.String,Parser> artifacts, DependencyDTO dependency) throws java.net.MalformedURLException
java.net.MalformedURLExceptionpublic static void registerJolokiaUrl(Container container, java.lang.String jolokiaUrl)
container - the container to register the jolokia URL forjolokiaUrl - the Jolokia URLCopyright © 2011-2014 Red Hat. All Rights Reserved.