Uses of Class
org.apache.felix.scrplugin.helper.IssueLog

Packages that use IssueLog
org.apache.felix.scrplugin   
org.apache.felix.scrplugin.helper   
org.apache.felix.scrplugin.om   
 

Uses of IssueLog in org.apache.felix.scrplugin
 

Methods in org.apache.felix.scrplugin with parameters of type IssueLog
protected  Component SCRDescriptorGenerator.createComponent(JavaClassDescription description, JavaTag componentTag, MetaData metaData, IssueLog iLog)
          Create a component for the java class description.
protected  OCD SCRDescriptorGenerator.doComponent(JavaTag tag, Component component, MetaData metaData, IssueLog iLog)
          Fill the component object with the information from the tag.
 

Uses of IssueLog in org.apache.felix.scrplugin.helper
 

Methods in org.apache.felix.scrplugin.helper with parameters of type IssueLog
 void PropertyHandler.processProperties(Map<String,String> globalProperties, IssueLog iLog)
          Process all found properties for the component.
protected  void PropertyHandler.processProperty(JavaTag tag, String name, JavaField javaField, IssueLog iLog)
          Process a property.
 

Uses of IssueLog in org.apache.felix.scrplugin.om
 

Methods in org.apache.felix.scrplugin.om with parameters of type IssueLog
protected  void Component.checkLifecycleMethod(int specVersion, JavaClassDescription javaClass, String methodName, boolean isActivate, IssueLog iLog)
          Check for existence of lifecycle methods.
protected  void AbstractObject.logError(IssueLog iLog, String message)
           
protected  void AbstractObject.logWarn(IssueLog iLog, String message)
           
 void Reference.validate(int specVersion, boolean componentIsAbstract, IssueLog iLog)
          Validate the property.
 void Component.validate(int specVersion, IssueLog iLog)
          Validate the component description.
 void Property.validate(int specVersion, IssueLog iLog)
          Validate the property.
 void Service.validate(int specVersion, IssueLog iLog)
          Validate the service.
 void Interface.validate(int specVersion, IssueLog iLog)
          Validate the interface.
protected  String Reference.validateMethod(int specVersion, String methodName, boolean componentIsAbstract, IssueLog iLog)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.