| Package | Description |
|---|---|
| io.reactiverse.vertx.maven.plugin.components.impl | |
| io.reactiverse.vertx.maven.plugin.mojos |
| Modifier and Type | Method and Description |
|---|---|
private static void |
ShrinkWrapFatJarPackageService.embedFileSet(Log log,
MavenProject project,
FileSet fs,
org.jboss.shrinkwrap.api.spec.JavaArchive jar) |
| Modifier and Type | Field and Description |
|---|---|
private List<FileSet> |
Archive.fileSets |
| Modifier and Type | Method and Description |
|---|---|
FileSet |
FileSet.addExclude(String pattern)
Adds an exclusion
|
FileSet |
FileSet.addInclude(String pattern)
Adds an inclusion
|
FileSet |
FileSet.removeExclude(String pattern)
Removes an exclusion pattern.
|
FileSet |
FileSet.removeInclude(String pattern)
Removes an inclusion pattern.
|
FileSet |
FileSet.setDirectory(String directory)
Set sets the absolute or relative location from the module's directory.
|
FileSet |
FileSet.setExcludes(List<String> excludes)
Set when <exclude> subelements are present, they define a set of
files and directory to exclude.
|
FileSet |
FileSet.setIncludes(List<String> includes)
Set when <include> subelements are present, they define a set of
files and directory to include.
|
FileSet |
FileSet.setOutputDirectory(String outputDirectory)
Set sets the output directory relative to the root of the root directory of the archive.
|
FileSet |
FileSet.setUseDefaultExcludes(boolean useDefaultExcludes)
Set whether standard exclusion patterns, such as those matching CVS and Subversion
metadata files, should be used when calculating the files affected by this set.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileSet> |
Archive.getFileSets()
Gets the file sets
|
| Modifier and Type | Method and Description |
|---|---|
Archive |
Archive.addFileSet(FileSet fileSet)
Adds a file set
|
Archive |
Archive.removeFileSet(FileSet fileSet)
Remove a file set.
|
| Modifier and Type | Method and Description |
|---|---|
Archive |
Archive.setFileSets(List<FileSet> fileSets)
Set the file sets.
|
Copyright © 2018. All rights reserved.