org.jboss.osgi.resolver.internal
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 illegalArgumentCannotObtainAttribute(String name)
           
 IllegalArgumentException illegalArgumentInvalidCoordinates(String coordinates)
           
 IllegalArgumentException illegalArgumentInvalidFilterDirective(String filter)
           
 IllegalArgumentException illegalArgumentNull(String name)
           
 IllegalStateException illegalStateInvalidArtifactURL(String urlspec)
           
 IllegalStateException illegalStateMultipleIdentities(List<Capability> caps)
           
 IllegalStateException illegalStateResourceAlreadyInstalled(Resource resource)
           
 IllegalStateException illegalStateResourceNotCreated()
           
 ResourceBuilderException resourceBuilderCannotInitializeResource(Throwable cause, org.jboss.osgi.metadata.OSGiMetaData metadata)
           
 

Field Detail

MESSAGES

static final ResolverMessages MESSAGES
Method Detail

illegalArgumentNull

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

illegalArgumentCannotObtainAttribute

@Message(id=10901,
         value="Cannot obtain attribute: %s")
IllegalArgumentException illegalArgumentCannotObtainAttribute(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(Resource resource)

illegalStateMultipleIdentities

@Message(id=10905,
         value="Multiple identities detected: %s")
IllegalStateException illegalStateMultipleIdentities(List<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,
                                                                         org.jboss.osgi.metadata.OSGiMetaData metadata)


Copyright © 2012. All Rights Reserved.