org.apache.felix.scrplugin.om
Class Interface
java.lang.Object
org.apache.felix.scrplugin.om.AbstractObject
org.apache.felix.scrplugin.om.Interface
public class Interface
- extends AbstractObject
Interface.java
...
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interfacename
protected String interfacename
Interface
public Interface()
- Default constructor.
Interface
public Interface(JavaTag t)
- Constructor from java source.
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.