org.jboss.osgi.resolver
Interface ResolverMessages


@MessageBundle(projectCode="JBOSGI")
public interface ResolverMessages

Logging Id ranges: 10900-10999 https://docs.jboss.org/author/display/JBOSGI/JBossOSGi+Logging

Author:
Thomas.Diesler@jboss.com

Field Summary
static ResolverMessages MESSAGES
           
 
Method Summary
 IllegalArgumentException illegalArgumentInvalidCoordinates(String coordinates)
           
 IllegalArgumentException illegalArgumentInvalidFilterDirective(String filter)
           
 IllegalArgumentException illegalArgumentInvalidNamespace(String namespace)
           
 IllegalArgumentException illegalArgumentNull(String name)
           
 IllegalStateException illegalStateCannotObtainAttribute(String name)
           
 IllegalStateException illegalStateCannotObtainNamespaceValue(String name)
           
 IllegalStateException illegalStateInvalidAccessToImmutableResource()
           
 IllegalStateException illegalStateInvalidAccessToMutableResource()
           
 IllegalStateException illegalStateInvalidArtifactURL(String urlspec)
           
 IllegalStateException illegalStateMultipleIdentities(List<org.osgi.resource.Capability> caps)
           
 IllegalStateException illegalStateResourceAlreadyInstalled(org.osgi.resource.Resource resource)
           
 IllegalStateException illegalStateResourceNotCreated()
           
 ResourceBuilderException resourceBuilderCannotInitializeResource(Throwable cause, String input)
           
 String validationInvalidCapability(org.osgi.resource.Capability cap)
           
 String validationInvalidRequirement(org.osgi.resource.Requirement req)
           
 

Field Detail

MESSAGES

static final ResolverMessages MESSAGES
Method Detail

illegalArgumentNull

@Message(id=10900,
         value="%s is null")
IllegalArgumentException illegalArgumentNull(String name)

illegalArgumentInvalidFilterDirective

@Message(id=10902,
         value="Invalid filter directive: %s")
IllegalArgumentException illegalArgumentInvalidFilterDirective(String filter)

illegalArgumentInvalidCoordinates

@Message(id=10903,
         value="Invalid coordinates: %s")
IllegalArgumentException illegalArgumentInvalidCoordinates(String coordinates)

illegalStateResourceAlreadyInstalled

@Message(id=10904,
         value="Resource already installed: %s")
IllegalStateException illegalStateResourceAlreadyInstalled(org.osgi.resource.Resource resource)

illegalStateMultipleIdentities

@Message(id=10905,
         value="Multiple identities detected: %s")
IllegalStateException illegalStateMultipleIdentities(List<org.osgi.resource.Capability> caps)

illegalStateResourceNotCreated

@Message(id=10906,
         value="Resource not created")
IllegalStateException illegalStateResourceNotCreated()

illegalStateInvalidArtifactURL

@Message(id=10907,
         value="Invalid artifact URL: %s")
IllegalStateException illegalStateInvalidArtifactURL(String urlspec)

resourceBuilderCannotInitializeResource

@Message(id=10908,
         value="Cannot initialize resource from: %s")
ResourceBuilderException resourceBuilderCannotInitializeResource(@Cause
                                                                         Throwable cause,
                                                                         String input)

illegalArgumentInvalidNamespace

@Message(id=10909,
         value="Invalid namespace: %s")
IllegalArgumentException illegalArgumentInvalidNamespace(String namespace)

illegalStateCannotObtainAttribute

@Message(id=10910,
         value="Cannot obtain attribute: %s")
IllegalStateException illegalStateCannotObtainAttribute(String name)

illegalStateCannotObtainNamespaceValue

@Message(id=10911,
         value="Cannot obtain namespace value for: %s")
IllegalStateException illegalStateCannotObtainNamespaceValue(String name)

illegalStateInvalidAccessToMutableResource

@Message(id=10912,
         value="Invalid access to mutable resource")
IllegalStateException illegalStateInvalidAccessToMutableResource()

illegalStateInvalidAccessToImmutableResource

@Message(id=10913,
         value="Invalid access to immutable resource")
IllegalStateException illegalStateInvalidAccessToImmutableResource()

validationInvalidCapability

@Message(id=10914,
         value="Invalid capability: %s")
String validationInvalidCapability(org.osgi.resource.Capability cap)

validationInvalidRequirement

@Message(id=10915,
         value="Invalid requirement: %s")
String validationInvalidRequirement(org.osgi.resource.Requirement req)


Copyright © 2012 JBoss by Red Hat. All Rights Reserved.