public class ServiceFileCombinationConfig extends ServiceConfig
| Modifier and Type | Field and Description |
|---|---|
private CombinationStrategy |
strategy |
| Constructor and Description |
|---|
ServiceFileCombinationConfig() |
| Modifier and Type | Method and Description |
|---|---|
CombinationStrategy |
getStrategy() |
ServiceFileCombinationConfig |
setArchive(Archive archive) |
ServiceFileCombinationConfig |
setArtifacts(Set<Artifact> artifacts) |
ServiceFileCombinationConfig |
setMojo(AbstractVertxMojo mojo) |
ServiceFileCombinationConfig |
setOutput(File output) |
ServiceFileCombinationConfig |
setProject(MavenProject project) |
ServiceFileCombinationConfig |
setStrategy(CombinationStrategy strategy) |
getArchive, getArtifacts, getMojo, getOutput, getProjectprivate CombinationStrategy strategy
public ServiceFileCombinationConfig setMojo(AbstractVertxMojo mojo)
setMojo in class ServiceConfigpublic ServiceFileCombinationConfig setProject(MavenProject project)
setProject in class ServiceConfigpublic ServiceFileCombinationConfig setOutput(File output)
setOutput in class ServiceConfigpublic ServiceFileCombinationConfig setArtifacts(Set<Artifact> artifacts)
setArtifacts in class ServiceConfigpublic ServiceFileCombinationConfig setStrategy(CombinationStrategy strategy)
public CombinationStrategy getStrategy()
public ServiceFileCombinationConfig setArchive(Archive archive)
setArchive in class ServiceConfigCopyright © 2018. All rights reserved.