@MessageBundle(projectCode="WFSWARM",
length=4)
public interface SwarmMessages
| Modifier and Type | Field and Description |
|---|---|
static SwarmMessages |
MESSAGES |
static final SwarmMessages MESSAGES
@Message(id=1,
value="Stage config is not present.")
RuntimeException missingStageConfig()
@Message(id=2,
value="Cannot invoke %s on a container that has not been started.")
IllegalStateException containerNotStarted(String method)
@Message(id=3,
value="Project stage \'%s\' cannot be found.")
RuntimeException stageNotFound(String stageName)
@Message(id=4,
value="%s requires an argument.")
RuntimeException argumentRequired(String arg)
@Message(id=5,
value="Unable to create default deployment")
DeploymentException cannotCreateDefaultDeployment()
@Message(id=6,
value="Failed to mount deployment.")
DeploymentException failToMountDeployment(@Cause
Throwable cause,
@Param
org.jboss.shrinkwrap.api.Archive<?> archive)
@Message(id=7,
value="Deployment failed: %s")
String deploymentFailed(String failureMessage)
@Message(id=8,
value="Failure during deployment")
DeploymentException deploymentFailed(@Cause
Throwable cause,
@Param
org.jboss.shrinkwrap.api.Archive<?> archive)
@Message(id=9,
value="JavaArchive spec does not support Libraries")
UnsupportedOperationException librariesNotSupported()
@Message(id=10,
value="Failed to load stage configuration from URL : %s")
RuntimeException failedLoadingStageConfig(@Cause
Throwable cause,
URL url)
@Message(id=11,
value="Missing stage \'default\' in project-stages.yml")
RuntimeException missingDefaultStage()
@Message(id=12,
value="Fraction \"%s\" was configured using @WildFlyExtension with a module=\'\', but has multiple extension classes. Please use classname=\'\' to specify exactly one, or noClass=true to ignore all. %s")
RuntimeException fractionHasMultipleExtensions(@Transform(value=GET_CLASS)
String className,
Collection<org.jboss.as.controller.Extension> extensions)
@Message(id=13,
value="Artifact \'%s\' not found.")
RuntimeException artifactNotFound(String gav)
@Message(id=14,
value="Unable to determine version number from GAV: %s")
RuntimeException unableToDetermineVersion(String gav)
@Message(id=15,
value="GAV must includes at least 2 segments")
RuntimeException gavMinimumSegments()
@Message(id=16,
value="System property \'%s\' not provided.")
IllegalStateException systemPropertyNotFound(String key)
@Message(id=17,
value="Cannot identify FileSystemLayout for given path: %s")
IllegalArgumentException cannotIdentifyFileSystemLayout(String path)
Copyright © 2016 JBoss by Red Hat. All rights reserved.