Package | Description |
---|---|
io.fabric8.agent.mvn | |
io.fabric8.agent.utils |
Modifier and Type | Method and Description |
---|---|
static Parser |
Parser.parsePathWithSchemePrefix(String location)
Lets trim any kind of "mvn:" prefix before parsing
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Parser> |
AgentUtils.getProfileArtifacts(io.fabric8.api.FabricService fabricService,
DownloadManager downloadManager,
io.fabric8.api.Profile profile)
Returns the location and parser map (i.e.
|
static Map<String,Parser> |
AgentUtils.getProfileArtifacts(io.fabric8.api.FabricService fabricService,
DownloadManager downloadManager,
io.fabric8.api.Profile profile,
AgentUtils.Callback<String> callback) |
static Map<String,Parser> |
AgentUtils.getProfileArtifacts(io.fabric8.api.FabricService fabricService,
io.fabric8.api.Profile profile,
Iterable<String> bundles,
Iterable<org.apache.karaf.features.Feature> features)
Returns the location and parser map (i.e.
|
static Map<String,Parser> |
AgentUtils.getProfileArtifacts(io.fabric8.api.FabricService fabricService,
io.fabric8.api.Profile profile,
Iterable<String> bundles,
Iterable<org.apache.karaf.features.Feature> features,
AgentUtils.Callback<String> nonMavenLocationCallback)
Returns the location and parser map (i.e.
|
Copyright © 2011–2014 Red Hat. All rights reserved.