public interface FabFacade
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.fab.DependencyTree |
collectDependencyTree(boolean offline,
io.fabric8.common.util.Filter<org.sonatype.aether.graph.Dependency> excludeDependencyFilter) |
Configuration |
getConfiguration() |
File |
getJarFile() |
String |
getProjectDescription() |
io.fabric8.fab.MavenResolver |
getResolver() |
io.fabric8.fab.VersionedDependencyId |
getVersionedDependencyId() |
boolean |
isIncludeSharedResources() |
boolean |
isInstalled(io.fabric8.fab.DependencyTree tree)
Check if a given dependency tree item is already installed in the facade's context
|
io.fabric8.fab.PomDetails |
resolvePomDetails() |
String |
toVersionRange(String version)
Lets convert the version to a version range depending on the default or FAB specific version range value
|
File getJarFile() throws IOException
IOExceptionConfiguration getConfiguration()
io.fabric8.fab.PomDetails resolvePomDetails()
throws IOException
IOExceptionio.fabric8.fab.MavenResolver getResolver()
boolean isIncludeSharedResources()
io.fabric8.fab.VersionedDependencyId getVersionedDependencyId()
throws IOException
IOExceptionString getProjectDescription()
io.fabric8.fab.DependencyTree collectDependencyTree(boolean offline,
io.fabric8.common.util.Filter<org.sonatype.aether.graph.Dependency> excludeDependencyFilter)
throws org.sonatype.aether.RepositoryException,
IOException
org.sonatype.aether.RepositoryExceptionIOExceptionString toVersionRange(String version)
boolean isInstalled(io.fabric8.fab.DependencyTree tree)
tree - the dependency treetrue is the dependency is already installedCopyright © 2011–2014 Red Hat. All rights reserved.