public class CloudConfig extends Object
| Constructor and Description |
|---|
CloudConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCLICommands(BuildBootableJarMojo mojo,
List<String> commands) |
void |
copyExtraContent(BuildBootableJarMojo mojo,
Path wildflyDir,
Path contentDir) |
boolean |
getEnableJGroupsPassword() |
Set<String> |
getExtraLayers(BuildBootableJarMojo mojo) |
void |
setEnableJGroupsPassword(boolean enableJgroupsPassword) |
void |
validate() |
public boolean getEnableJGroupsPassword()
public void setEnableJGroupsPassword(boolean enableJgroupsPassword)
public void validate()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void copyExtraContent(BuildBootableJarMojo mojo, Path wildflyDir, Path contentDir) throws IOException, UnsupportedEncodingException, org.codehaus.plexus.configuration.PlexusConfigurationException, org.apache.maven.plugin.MojoExecutionException
IOExceptionUnsupportedEncodingExceptionorg.codehaus.plexus.configuration.PlexusConfigurationExceptionorg.apache.maven.plugin.MojoExecutionExceptionpublic Set<String> getExtraLayers(BuildBootableJarMojo mojo)
public void addCLICommands(BuildBootableJarMojo mojo, List<String> commands) throws Exception
ExceptionCopyright © 2019–2020 JBoss by Red Hat. All rights reserved.