- A_MAVEN_COMPILER_PLUGIN - Static variable in class io.reactiverse.vertx.maven.plugin.utils.MojoUtils
-
- A_MAVEN_RESOURCES_PLUGIN - Static variable in class io.reactiverse.vertx.maven.plugin.utils.MojoUtils
-
- AbstractRunMojo - Class in io.reactiverse.vertx.maven.plugin.mojos
-
- AbstractRunMojo() - Constructor for class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
- AbstractRunMojo.JavaBuildCallback - Class in io.reactiverse.vertx.maven.plugin.mojos
-
- AbstractRunMojo.ResourceBuildCallback - Class in io.reactiverse.vertx.maven.plugin.mojos
-
- AbstractVertxMojo - Class in io.reactiverse.vertx.maven.plugin.mojos
-
The base Mojo class that will be extended by the other plugin goals
- AbstractVertxMojo() - Constructor for class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
- addAttributeFromScmManager(AbstractVertxMojo, Map<String, String>, String, File) - Static method in class io.reactiverse.vertx.maven.plugin.components.impl.SCMManifestCustomizer
-
- addAttributesFromProject(Map<String, String>, Scm) - Static method in class io.reactiverse.vertx.maven.plugin.components.impl.SCMManifestCustomizer
-
- addClassesDirectory(List<URL>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
This will add the ${project.build.outputDirectory} to the classpath url collection
- addClasspath(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
This add or build the classpath that will be passed to the forked process JVM i.e "-cp"
- addClasspath(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.utils.JavaProcessExecutor
-
This add or build the classpath that will be passed to the forked process JVM i.e "-cp"
- addDependencies(PackageConfig, Collection<DependencySet>, JavaArchive) - Method in class io.reactiverse.vertx.maven.plugin.components.impl.ShrinkWrapFatJarPackageService
-
- addDependencies(Model) - Method in class io.reactiverse.vertx.maven.plugin.mojos.SetupMojo
-
- addDependencySet(DependencySet) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
Adds a dependency set
- addExclude(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
- addExclude(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySetOptions
-
- addExclude(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
Adds an exclusion
- addExecutionIfNotContainedAlready(MojoExecution) - Method in class io.reactiverse.vertx.maven.plugin.mojos.MojoSpy
-
- addFile(FileItem) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
Adds a specific file
- addFileCombinationPattern(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
- addFileSet(FileSet) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
Adds a file set
- addFileSets(PackageConfig, Archive, JavaArchive) - Method in class io.reactiverse.vertx.maven.plugin.components.impl.ShrinkWrapFatJarPackageService
-
- addInclude(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
- addInclude(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySetOptions
-
- addInclude(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
Adds an inclusion
- addPluginManagementSection(Model, Plugin) - Method in class io.reactiverse.vertx.maven.plugin.mojos.SetupMojo
-
- addProjectClasses(PackageConfig, Archive, JavaArchive) - Static method in class io.reactiverse.vertx.maven.plugin.components.impl.ShrinkWrapFatJarPackageService
-
- addRedeployExtraArgs(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
This method will add the extra redeployment arguments as mentioned in
- addRunExtraArgs(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
This method will add the extra arguments required for the run either used by core Vert.x Launcher
or by custom Launcher
- addVertxArgs(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
This will build the Vertx specific arguments that needs to be passed to the runnable process
- addVertxBom(Model) - Method in class io.reactiverse.vertx.maven.plugin.mojos.SetupMojo
-
Method used to add the vert.x "vertx-stack-depchain" BOM
- addVertxDependencies(Model) - Method in class io.reactiverse.vertx.maven.plugin.mojos.SetupMojo
-
Method used to add the vert.x dependencies typically the vert.x core
- ALL - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
Includes all compile dependencies.
- append(String, List<String>) - Static method in class io.reactiverse.vertx.maven.plugin.components.impl.GroovyExtensionCombiner
-
- append(StringBuilder, String, int) - Method in class io.reactiverse.vertx.maven.plugin.mojos.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
- appendConfigIfRequired(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.StartMojo
-
- appendLauncherIfRequired(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.StartMojo
-
- appendSysProperties(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.StartMojo
-
- appId - Variable in class io.reactiverse.vertx.maven.plugin.mojos.StartMojo
-
the custom id that will be assigned when running vertx application, this should be unique.
- appIds - Variable in class io.reactiverse.vertx.maven.plugin.mojos.StopMojo
-
the vertx application id that will be used to stop the process, if left blank this value will be intialized
form the ${project.basedir}/
AbstractVertxMojo.VERTX_PID_FILE
- archive - Variable in class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- archive - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
Configure the packaging content.
- Archive - Class in io.reactiverse.vertx.maven.plugin.mojos
-
- Archive() - Constructor for class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
- argsLine(Commandline) - Method in class io.reactiverse.vertx.maven.plugin.utils.JavaProcessExecutor
-
- argsList - Variable in class io.reactiverse.vertx.maven.plugin.utils.JavaProcessExecutor
-
- artifactId - Variable in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- artifacts - Variable in class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- asCoordinates(Dependency) - Static method in class io.reactiverse.vertx.maven.plugin.components.impl.ProjectManifestCustomizer
-
utility method to return
Dependency as G:V:A:C maven coordinates
- asMavenCoordinates(Artifact) - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
this method helps in resolving the
Artifact as maven coordinates
coordinates ::= group:artifact[:packaging[:classifier]]:version
- asProperties(List<String>) - Static method in class io.reactiverse.vertx.maven.plugin.components.impl.GroovyExtensionCombiner
-
- attach - Variable in class io.reactiverse.vertx.maven.plugin.mojos.PackageMojo
-
Whether or not the created archive needs to be attached to the project.
- attachIfNeeded(File) - Method in class io.reactiverse.vertx.maven.plugin.mojos.PackageMojo
-
- G_MAVEN_COMPILER_PLUGIN - Static variable in class io.reactiverse.vertx.maven.plugin.utils.MojoUtils
-
- G_MAVEN_RESOURCES_PLUGIN - Static variable in class io.reactiverse.vertx.maven.plugin.utils.MojoUtils
-
- generateManifest(JavaArchive, Map<String, String>) - Static method in class io.reactiverse.vertx.maven.plugin.components.impl.ShrinkWrapFatJarPackageService
-
Generate the manifest for the über jar.
- get() - Static method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependencies
-
- getAppId() - Method in class io.reactiverse.vertx.maven.plugin.mojos.StartMojo
-
This will compute the vertx application id that will be passed to the vertx applicaiton with "-id"
option, if the appId is not found in the configuration an new
UUID will be generated and assigned
- getAppId() - Method in class io.reactiverse.vertx.maven.plugin.mojos.StopMojo
-
This will compute the vertx application id(s) that will be passed to the vertx applicaiton with "-id"
option, if the appId is not found in the configuration an new
UUID will be generated and assigned
- getArchive() - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- getArtifactFile(Artifact) - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
This method returns the project's primary artifact file, this method tries to compute the artifact file name
based on project finalName is configured or not
- getArtifactId() - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- getArtifacts() - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- getChangeLog(String, File) - Method in class io.reactiverse.vertx.maven.plugin.utils.ScmSpy
-
This method extracts the simple metadata such as revision, lastCommitTimestamp of the commit/hash, author of the commit
from the Changelog available in the SCM repository
- getClassifier() - Method in class io.reactiverse.vertx.maven.plugin.components.PackageConfig
-
- getClassifier() - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- getClassPathUrls() - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
This will resolve the project's test and runtime dependencies along with classes directory to the collection
of classpath urls.
- getConsole() - Method in class io.reactiverse.vertx.maven.plugin.components.impl.PrompterImpl
-
- getDefaultFatJar() - Static method in class io.reactiverse.vertx.maven.plugin.components.ServiceUtils
-
- getDependencySets() - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
Gets the dependency sets.
- getDestName() - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileItem
-
Get sets the destination filename in the outputDirectory.
- getDirectory() - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
Get sets the absolute or relative location from the module's directory.
- getEntries(AbstractVertxMojo, MavenProject) - Method in class io.reactiverse.vertx.maven.plugin.components.impl.ProjectManifestCustomizer
-
- getEntries(AbstractVertxMojo, MavenProject) - Method in class io.reactiverse.vertx.maven.plugin.components.impl.SCMManifestCustomizer
-
- getEntries(AbstractVertxMojo, MavenProject) - Method in interface io.reactiverse.vertx.maven.plugin.components.ManifestCustomizerService
-
Returns the entries to add to the manifest.
- getExcludes() - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
- getExcludes() - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySetOptions
-
- getExcludes() - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
- getFileCombinationPatterns() - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
- getFiles() - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
Get the file.
- getFileSets() - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
Gets the file sets
- getGroupId() - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- getIncludes() - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
- getIncludes() - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySetOptions
-
- getIncludes() - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
- getIndentLevel(String) - Static method in class io.reactiverse.vertx.maven.plugin.mojos.HelpMojo
-
Gets the indentation level of the specified line.
- getLabels() - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- getManifest() - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
- getManifestCustomizers() - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
- getMatchingFilesFromJar(List<String>, JavaArchive) - Static method in class io.reactiverse.vertx.maven.plugin.components.impl.ServiceFileCombinationImpl
-
- getMavenExecutionRequest(MavenSession, String) - Static method in class io.reactiverse.vertx.maven.plugin.utils.MavenExecutionUtils
-
- getMavenSession(MavenSession, MavenProject, MavenExecutionRequest, PlexusContainer) - Static method in class io.reactiverse.vertx.maven.plugin.utils.MavenExecutionUtils
-
- getMojo() - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- getName() - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- getOptions() - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
- getOutput() - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- getOutput(Log, File, boolean, String) - Static method in class io.reactiverse.vertx.maven.plugin.utils.WebJars
-
- getOutputDirectory() - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileItem
-
Get sets the output directory relative to the root of the root directory of the archive.
- getOutputDirectory() - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
Get sets the output directory relative to the root of the root directory of the archive.
- getOutputFileName() - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
- getProject() - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- getProject() - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
- getPropertyFromExpression(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.HelpMojo
-
- getScmManager() - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
- getScmType(String) - Method in class io.reactiverse.vertx.maven.plugin.utils.ScmSpy
-
The method that is used to determine the SCM type based on the SCM url pattern
- getScope() - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- getScope() - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
- getSingleChild(Node, String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.HelpMojo
-
- getSource() - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileItem
-
Get sets the absolute or relative path from the project's directory of the file to be included in the archive.
- getStrategy() - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceFileCombinationConfig
-
- getType() - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- getValue(Node, String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.HelpMojo
-
- getVersion(String) - Static method in class io.reactiverse.vertx.maven.plugin.utils.MojoUtils
-
- goal - Variable in class io.reactiverse.vertx.maven.plugin.mojos.HelpMojo
-
The name of the goal for which to show help.
- goal - Variable in class io.reactiverse.vertx.maven.plugin.utils.MojoExecutor
-
- GOAL_COMPILE - Static variable in class io.reactiverse.vertx.maven.plugin.utils.MojoUtils
-
- GOAL_RESOURCES - Static variable in class io.reactiverse.vertx.maven.plugin.utils.MojoUtils
-
- goals(Object) - Static method in class io.reactiverse.vertx.maven.plugin.utils.MojoUtils
-
- GroovyExtensionCombiner - Class in io.reactiverse.vertx.maven.plugin.components.impl
-
- GroovyExtensionCombiner() - Constructor for class io.reactiverse.vertx.maven.plugin.components.impl.GroovyExtensionCombiner
-
- groupId - Variable in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- read(List<String>) - Static method in class io.reactiverse.vertx.maven.plugin.components.impl.GroovyExtensionCombiner
-
- read(Asset, String) - Static method in class io.reactiverse.vertx.maven.plugin.components.impl.ServiceFileCombinationImpl
-
- redeploy - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
This property is used to enable vertx to do redeployment of the verticles in case of modifications
to the sources.
- redeployGracePeriod - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
- redeployScanPeriod - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
- redeployTerminationPeriod - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
- redirectOutput(Process, Log) - Method in class io.reactiverse.vertx.maven.plugin.utils.JavaProcessExecutor
-
- remoteRepositories - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
The list of remote repositories that will be used to resolve artifacts
- removeDependencySet(DependencySet) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
Remove a dependency set.
- removeExclude(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
- removeExclude(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySetOptions
-
- removeExclude(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
Removes an exclusion pattern.
- removeFile(FileItem) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
Remove a file item set.
- removeFileCombinationPattern(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
- removeFileSet(FileSet) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
Remove a file set.
- removeInclude(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
- removeInclude(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySetOptions
-
- removeInclude(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
Removes an inclusion pattern.
- repeat(String, int) - Static method in class io.reactiverse.vertx.maven.plugin.mojos.HelpMojo
-
Repeat a String n times to form a new string.
- repositorySystem - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
- repositorySystemSession - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
The maven artifact resolution session, which will be used to resolve Maven artifacts
- request - Variable in class io.reactiverse.vertx.maven.plugin.mojos.MojoSpy
-
- resolveArtifact(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
this method resolves maven artifact from all configured repositories using the maven coordinates
- ResourceBuildCallback() - Constructor for class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo.ResourceBuildCallback
-
- RESOURCES_PLUGIN_KEY - Static variable in class io.reactiverse.vertx.maven.plugin.utils.MojoUtils
-
- run(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
This method will trigger the lauch of the applicaiton as non-forked, running in same JVM as maven.
- run() - Method in class io.reactiverse.vertx.maven.plugin.utils.IncrementalBuilder
-
- runArgs - Variable in class io.reactiverse.vertx.maven.plugin.mojos.RunMojo
-
The custom or additional run arguments that can be passed to the Launcher
e.g.
- runMode - Variable in class io.reactiverse.vertx.maven.plugin.mojos.StartMojo
-
this parameter is used to decide which mode the application should be started, it can have two values
"jar" or "exploded" default mode is "jar"
- RunMojo - Class in io.reactiverse.vertx.maven.plugin.mojos
-
This goal helps in running Vert.x applications as part of maven build.
- RunMojo() - Constructor for class io.reactiverse.vertx.maven.plugin.mojos.RunMojo
-
- save(File, Model) - Method in class io.reactiverse.vertx.maven.plugin.mojos.SetupMojo
-
- scanAndLoadConfigs() - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
This method loads configuration files from `src/main/conf`.
- scmManager - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
- scmManager - Variable in class io.reactiverse.vertx.maven.plugin.utils.ScmSpy
-
- SCMManifestCustomizer - Class in io.reactiverse.vertx.maven.plugin.components.impl
-
- SCMManifestCustomizer() - Constructor for class io.reactiverse.vertx.maven.plugin.components.impl.SCMManifestCustomizer
-
- ScmSpy - Class in io.reactiverse.vertx.maven.plugin.utils
-
A simple SCM utility wrapper, that extracts some SCM related metadata using Apache SCM providers
- ScmSpy(ScmManager) - Constructor for class io.reactiverse.vertx.maven.plugin.utils.ScmSpy
-
- scope - Variable in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- scope - Variable in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
- search(Set<String>, JarFile) - Static method in class io.reactiverse.vertx.maven.plugin.utils.WebJars
-
- ServiceConfig - Class in io.reactiverse.vertx.maven.plugin.components
-
Common configuration.
- ServiceConfig() - Constructor for class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- ServiceFileCombinationConfig - Class in io.reactiverse.vertx.maven.plugin.components
-
- ServiceFileCombinationConfig() - Constructor for class io.reactiverse.vertx.maven.plugin.components.ServiceFileCombinationConfig
-
- ServiceFileCombinationImpl - Class in io.reactiverse.vertx.maven.plugin.components.impl
-
This component is used to perform Services relocation - typically moving came Service Providers found in
META-INF/services to a single file
Right now it supports only COMBINE - wherein all same service providers are combined into on file with one
line entry for each Service Provider implementation
- ServiceFileCombinationImpl() - Constructor for class io.reactiverse.vertx.maven.plugin.components.impl.ServiceFileCombinationImpl
-
- ServiceFileCombiner - Interface in io.reactiverse.vertx.maven.plugin.components
-
Service responsible for combining SPI files.
- serviceProviderCombination - Variable in class io.reactiverse.vertx.maven.plugin.mojos.PackageMojo
-
The service provider combination strategy.
- ServiceUtils - Class in io.reactiverse.vertx.maven.plugin.components
-
- ServiceUtils() - Constructor for class io.reactiverse.vertx.maven.plugin.components.ServiceUtils
-
- session - Variable in class io.reactiverse.vertx.maven.plugin.utils.MojoExecutor
-
- sessionEnded(ExecutionEvent) - Method in class io.reactiverse.vertx.maven.plugin.mojos.MojoSpy
-
- sessionStarted(ExecutionEvent) - Method in class io.reactiverse.vertx.maven.plugin.mojos.MojoSpy
-
- setArchive(Archive) - Method in class io.reactiverse.vertx.maven.plugin.components.PackageConfig
-
- setArchive(Archive) - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- setArchive(Archive) - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceFileCombinationConfig
-
- setArtifactId(String) - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- setArtifacts(Set<Artifact>) - Method in class io.reactiverse.vertx.maven.plugin.components.PackageConfig
-
- setArtifacts(Set<Artifact>) - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- setArtifacts(Set<Artifact>) - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceFileCombinationConfig
-
- setClassifier(String) - Method in class io.reactiverse.vertx.maven.plugin.components.PackageConfig
-
- setClassifier(String) - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- setDependencySets(List<DependencySet>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
Set the dependency sets.
- setDestName(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileItem
-
Set sets the destination filename in the outputDirectory.
- setDirectory(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
Set sets the absolute or relative location from the module's directory.
- setExcludes(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
Set when <exclude> subelements are present, they define a set of dependency artifact
coordinates to exclude.
- setExcludes(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySetOptions
-
Set the set of file and/or directory patterns for matching items to be excluded from an archive
as it is embedded.
- setExcludes(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
Set when <exclude> subelements are present, they define a set of
files and directory to exclude.
- setFileCombinationPatterns(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
- setFiles(List<FileItem>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
Set the file items.
- setFileSets(List<FileSet>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
Set the file sets.
- setGroupId(String) - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- setIncludeClasses(boolean) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
- setIncludes(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
Set when <include> subelements are present, they define a set of artifact coordinates
to include.
- setIncludes(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySetOptions
-
Set set of file and/or directory patterns for matching items to be included from an archive
as it is embedded.
- setIncludes(List<String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
Set when <include> subelements are present, they define a set of
files and directory to include.
- setLabels(String[]) - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- setManifest(Map<String, String>) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
- setMojo(AbstractVertxMojo) - Method in class io.reactiverse.vertx.maven.plugin.components.PackageConfig
-
- setMojo(AbstractVertxMojo) - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- setMojo(AbstractVertxMojo) - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceFileCombinationConfig
-
- setName(String) - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- setOptions(DependencySetOptions) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
Sets the dependency set options used to configure the included and excluded files.
- setOutput(File) - Method in class io.reactiverse.vertx.maven.plugin.components.PackageConfig
-
- setOutput(File) - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- setOutput(File) - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceFileCombinationConfig
-
- setOutputDirectory(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileItem
-
Set sets the output directory relative to the root of the root directory of the archive.
- setOutputDirectory(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
Set sets the output directory relative to the root of the root directory of the archive.
- setOutputFileName(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.Archive
-
- setProject(MavenProject) - Method in class io.reactiverse.vertx.maven.plugin.components.PackageConfig
-
- setProject(MavenProject) - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceConfig
-
- setProject(MavenProject) - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceFileCombinationConfig
-
- setScope(String) - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- setScope(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
- setSource(String) - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileItem
-
Set sets the absolute or relative path from the project's directory of the file to be included in the archive.
- setStrategy(CombinationStrategy) - Method in class io.reactiverse.vertx.maven.plugin.components.ServiceFileCombinationConfig
-
- setType(String) - Method in class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- SetupMojo - Class in io.reactiverse.vertx.maven.plugin.mojos
-
This Goal helps in setting up Vert.x maven project with vertx-maven-plugin, with sane defaults
- SetupMojo() - Constructor for class io.reactiverse.vertx.maven.plugin.mojos.SetupMojo
-
- SetupTemplateUtils - Class in io.reactiverse.vertx.maven.plugin.utils
-
- SetupTemplateUtils() - Constructor for class io.reactiverse.vertx.maven.plugin.utils.SetupTemplateUtils
-
- setUseDefaultExcludes(boolean) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySetOptions
-
Set whether standard exclusion patterns, such as those matching CVS and Subversion
metadata files, signature files , should be used when calculating the files affected by this set.
- setUseDefaultExcludes(boolean) - Method in class io.reactiverse.vertx.maven.plugin.mojos.FileSet
-
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.
- setUseTransitiveDependencies(boolean) - Method in class io.reactiverse.vertx.maven.plugin.mojos.DependencySet
-
Set determines whether transitive dependencies will be included in the processing of
the current dependency set.
- ShrinkWrapFatJarPackageService - Class in io.reactiverse.vertx.maven.plugin.components.impl
-
Service packaging the fat jar using ShrinkWrap.
- ShrinkWrapFatJarPackageService() - Constructor for class io.reactiverse.vertx.maven.plugin.components.impl.ShrinkWrapFatJarPackageService
-
- skip - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
Skip (globally) the processing made by this plugin.
- skipScmMetadata - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
- skipScmMetadata() - Method in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
- source - Variable in class io.reactiverse.vertx.maven.plugin.mojos.FileItem
-
Sets the absolute or relative path from the project's directory of the file to be included in the archive.
- StartMojo - Class in io.reactiverse.vertx.maven.plugin.mojos
-
This goal is used to run the vertx application in background mode, the application id will be persisted in the
working directory of the project with a file name vertx-start-process.id
- StartMojo() - Constructor for class io.reactiverse.vertx.maven.plugin.mojos.StartMojo
-
- StopMojo - Class in io.reactiverse.vertx.maven.plugin.mojos
-
This goal is used to stop the vertx application in background mode identified by vertx process id stored
in the project workingDirectory with name vertx-start-process.id
- StopMojo() - Constructor for class io.reactiverse.vertx.maven.plugin.mojos.StopMojo
-
- strategy - Variable in class io.reactiverse.vertx.maven.plugin.components.ServiceFileCombinationConfig
-
- StreamToLogConsumer - Interface in io.reactiverse.vertx.maven.plugin.utils
-
- stripJavaScriptDependencyVersion - Variable in class io.reactiverse.vertx.maven.plugin.mojos.InitializeMojo
-
- stripWebJarVersion - Variable in class io.reactiverse.vertx.maven.plugin.mojos.InitializeMojo
-
- syncMonitor() - Method in class io.reactiverse.vertx.maven.plugin.utils.IncrementalBuilder
-
- V_MAVEN_COMPILER_PLUGIN - Static variable in class io.reactiverse.vertx.maven.plugin.utils.MojoUtils
-
- V_MAVEN_RESOURCES_PLUGIN - Static variable in class io.reactiverse.vertx.maven.plugin.utils.MojoUtils
-
- valueOf(String) - Static method in enum io.reactiverse.vertx.maven.plugin.components.PackageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.reactiverse.vertx.maven.plugin.model.CombinationStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.reactiverse.vertx.maven.plugin.model.ExtraManifestKeys
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.reactiverse.vertx.maven.plugin.components.PackageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.reactiverse.vertx.maven.plugin.model.CombinationStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.reactiverse.vertx.maven.plugin.model.ExtraManifestKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verticle - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
The verticle that will be the main entry point on to the vertx application, the same property will be used
as "Main-Verticle;" attribute value on the MANIFEST.MF
- verticle - Variable in class io.reactiverse.vertx.maven.plugin.mojos.SetupMojo
-
- VERTX_ARG_CONF - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
vert.x configuration option
- VERTX_ARG_JAVA_OPT - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
vert.x java-opt argument
- VERTX_ARG_LAUNCHER_CLASS - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
vert.x launcher argument
- VERTX_ARG_REDEPLOY - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
vert.x redeploy argument
- VERTX_ARG_REDEPLOY_GRACE_PERIOD - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
vert.x redeploy grace period
- VERTX_ARG_REDEPLOY_SCAN_PERIOD - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
vert.x redeploy scan period
- VERTX_ARG_REDEPLOY_TERMINATION_PERIOD - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
vert.x redeploy termination period
- VERTX_COMMAND_START - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
vert.x command start
- VERTX_COMMAND_STOP - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
vert.x command stop
- VERTX_CONFIG_FILE_JSON - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
- VERTX_CORE_VERSION - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.SetupMojo
-
- VERTX_GROUP_ID - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.SetupMojo
-
- VERTX_MAVEN_PLUGIN_VERSION_PROPERTY - Variable in class io.reactiverse.vertx.maven.plugin.mojos.SetupMojo
-
- VERTX_PACKAGING - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
- VERTX_PID_FILE - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
- VERTX_RUN_MODE_JAR - Static variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractVertxMojo
-
- vertxCommand - Variable in class io.reactiverse.vertx.maven.plugin.mojos.AbstractRunMojo
-
The default command to use when calling io.vertx.core.Launcher.
- VertxDependencies - Class in io.reactiverse.vertx.maven.plugin.dependencies
-
- VertxDependencies() - Constructor for class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependencies
-
- VertxDependency - Class in io.reactiverse.vertx.maven.plugin.dependencies
-
- VertxDependency() - Constructor for class io.reactiverse.vertx.maven.plugin.dependencies.VertxDependency
-
- vertxVersion - Variable in class io.reactiverse.vertx.maven.plugin.mojos.SetupMojo
-