org.apache.felix.scrplugin.om
Class AbstractObject

java.lang.Object
  extended by org.apache.felix.scrplugin.om.AbstractObject
Direct Known Subclasses:
Component, Interface, Property, Reference

public abstract class AbstractObject
extends Object

The AbstractObject is the base class for the all classes of the scr om.


Field Summary
protected  JavaTag tag
           
 
Constructor Summary
protected AbstractObject(JavaTag tag)
           
 
Method Summary
 JavaTag getJavaTag()
           
protected  void logError(IssueLog iLog, String message)
           
protected  void logWarn(IssueLog iLog, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

protected final JavaTag tag
Constructor Detail

AbstractObject

protected AbstractObject(JavaTag tag)
Method Detail

logWarn

protected void logWarn(IssueLog iLog,
                       String message)

logError

protected void logError(IssueLog iLog,
                        String message)

getJavaTag

public JavaTag getJavaTag()


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