org.apache.felix.scrplugin.om
Class Interface

java.lang.Object
  extended by org.apache.felix.scrplugin.om.AbstractObject
      extended by org.apache.felix.scrplugin.om.Interface

public class Interface
extends AbstractObject

Interface.java...


Field Summary
protected  String interfacename
           
 
Fields inherited from class org.apache.felix.scrplugin.om.AbstractObject
tag
 
Constructor Summary
Interface()
          Default constructor.
Interface(JavaTag t)
          Constructor from java source.
 
Method Summary
 String getInterfacename()
           
 void setInterfacename(String name)
           
 void validate(int specVersion, IssueLog iLog)
          Validate the interface.
 
Methods inherited from class org.apache.felix.scrplugin.om.AbstractObject
getJavaTag, logError, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interfacename

protected String interfacename
Constructor Detail

Interface

public Interface()
Default constructor.


Interface

public Interface(JavaTag t)
Constructor from java source.

Method Detail

getInterfacename

public String getInterfacename()

setInterfacename

public void setInterfacename(String name)

validate

public void validate(int specVersion,
                     IssueLog iLog)
              throws SCRDescriptorException
Validate the interface. If errors occur a message is added to the issues list, warnings can be added to the warnings list.

Throws:
SCRDescriptorException


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