| Package | Description |
|---|---|
| io.reactiverse.vertx.maven.plugin.components.impl | |
| io.reactiverse.vertx.maven.plugin.mojos |
| Modifier and Type | Method and Description |
|---|---|
private void |
ShrinkWrapFatJarPackageService.embedDependency(Log log,
DependencySet set,
org.jboss.shrinkwrap.api.spec.JavaArchive jar,
File file)
Import from file and make sure the file is closed.
|
private static boolean |
ShrinkWrapFatJarPackageService.isExplicitlyIncluded(DependencySet set,
String name) |
private boolean |
ShrinkWrapFatJarPackageService.toExclude(DependencySet set,
org.jboss.shrinkwrap.api.ArchivePath path) |
| Modifier and Type | Method and Description |
|---|---|
private void |
ShrinkWrapFatJarPackageService.addDependencies(PackageConfig config,
Collection<DependencySet> dependencies,
org.jboss.shrinkwrap.api.spec.JavaArchive jar) |
| Modifier and Type | Field and Description |
|---|---|
static DependencySet |
DependencySet.ALL
Includes all compile dependencies.
|
| Modifier and Type | Field and Description |
|---|---|
private List<DependencySet> |
Archive.dependencySets |
| Modifier and Type | Method and Description |
|---|---|
DependencySet |
DependencySet.addExclude(String string) |
DependencySet |
DependencySet.addInclude(String string) |
DependencySet |
DependencySet.removeExclude(String string) |
DependencySet |
DependencySet.removeInclude(String string) |
DependencySet |
DependencySet.setExcludes(List<String> excludes)
Set when <exclude> subelements are present, they define a set of dependency artifact
coordinates to exclude.
|
DependencySet |
DependencySet.setIncludes(List<String> includes)
Set when <include> subelements are present, they define a set of artifact coordinates
to include.
|
DependencySet |
DependencySet.setOptions(DependencySetOptions options)
Sets the dependency set options used to configure the included and excluded files.
|
DependencySet |
DependencySet.setScope(String scope)
Set sets the dependency scope for this
DependencySet. |
DependencySet |
DependencySet.setUseTransitiveDependencies(boolean useTransitiveDependencies)
Set determines whether transitive dependencies will be included in the processing of
the current dependency set.
|
| Modifier and Type | Method and Description |
|---|---|
List<DependencySet> |
Archive.getDependencySets()
Gets the dependency sets.
|
| Modifier and Type | Method and Description |
|---|---|
Archive |
Archive.addDependencySet(DependencySet dependencySet)
Adds a dependency set
|
Archive |
Archive.removeDependencySet(DependencySet dependencySet)
Remove a dependency set.
|
| Modifier and Type | Method and Description |
|---|---|
Archive |
Archive.setDependencySets(List<DependencySet> dependencySets)
Set the dependency sets.
|
Copyright © 2018. All rights reserved.