| 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.embedFile(PackageConfig config,
org.jboss.shrinkwrap.api.spec.JavaArchive jar,
FileItem item) |
| Modifier and Type | Field and Description |
|---|---|
private List<FileItem> |
Archive.files |
| Modifier and Type | Method and Description |
|---|---|
FileItem |
FileItem.setDestName(String destName)
Set sets the destination filename in the outputDirectory.
|
FileItem |
FileItem.setOutputDirectory(String outputDirectory)
Set sets the output directory relative to the root of the root directory of the archive.
|
FileItem |
FileItem.setSource(String source)
Set sets the absolute or relative path from the project's directory of the file to be included in the archive.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileItem> |
Archive.getFiles()
Get the file.
|
| Modifier and Type | Method and Description |
|---|---|
Archive |
Archive.addFile(FileItem fileItem)
Adds a specific file
|
Archive |
Archive.removeFile(FileItem fileItem)
Remove a file item set.
|
| Modifier and Type | Method and Description |
|---|---|
Archive |
Archive.setFiles(List<FileItem> files)
Set the file items.
|
Copyright © 2018. All rights reserved.