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 java.lang.String interfacename
Interface
public Interface()
- Default constructor.
Interface
public Interface(JavaTag t)
- Constructor from java source.
getInterfacename
public java.lang.String getInterfacename()
setInterfacename
public void setInterfacename(java.lang.String name)
validate
public void validate(java.util.List issues,
java.util.List warnings)
throws org.apache.maven.plugin.MojoExecutionException
- Validate the interface.
If errors occur a message is added to the issues list,
warnings can be added to the warnings list.
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.