@MessageBundle(projectCode="JBAS")
public interface OSGiMessages
Modifier and Type | Field and Description |
---|---|
static OSGiMessages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
String |
cannotCreateBundleDeployment(DeploymentUnit deploymentUnit) |
String |
cannotDeployBundle(org.jboss.osgi.deployment.deployer.Deployment deployment) |
IllegalArgumentException |
cannotFindBundleDir(File dir) |
String |
cannotParse(org.jboss.vfs.VirtualFile file) |
String |
failedToCreateAutoInstallList() |
String |
failedToCreateFrameworkServices() |
String |
failedToInstallDeployment(org.jboss.osgi.deployment.deployer.Deployment deployment) |
String |
failedToRegisterModule(org.jboss.modules.Module module) |
IllegalArgumentException |
nullVar(String varName) |
String |
osgiSubsystemNotActive() |
String |
propertyAlreadyExists(String name) |
String |
serviceNotAvailable() |
static final OSGiMessages MESSAGES
@Message(id=11960, value="Cannot create bundle deployment from: %s") String cannotCreateBundleDeployment(DeploymentUnit deploymentUnit)
@Message(id=11961, value="Cannot deploy bundle: %s") String cannotDeployBundle(org.jboss.osgi.deployment.deployer.Deployment deployment)
@Message(id=11962, value="Cannot find bundles directory: %s") IllegalArgumentException cannotFindBundleDir(File dir)
@Message(id=11963, value="Cannot parse: %s") String cannotParse(org.jboss.vfs.VirtualFile file)
@Message(id=11964, value="Failed to create auto install list") String failedToCreateAutoInstallList()
@Message(id=11965, value="Failed to create Framework services") String failedToCreateFrameworkServices()
@Message(id=11966, value="Failed to install deployment: %s") String failedToInstallDeployment(org.jboss.osgi.deployment.deployer.Deployment deployment)
@Message(id=11967, value="Failed to register module: %s") String failedToRegisterModule(org.jboss.modules.Module module)
@Message(id=11968, value="%s is null") IllegalArgumentException nullVar(String varName)
@Message(id=11969, value="OSGi subsystem not active") String osgiSubsystemNotActive()
@Message(id=11970, value="Property %s already exists") String propertyAlreadyExists(String name)
@Message(id=11971, value="Service not available") String serviceNotAvailable()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.