|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.scrplugin.om.Service
public class Service
Service
...
Field Summary | |
---|---|
protected java.util.List |
interfaces
The list of implemented interfaces. |
protected boolean |
isServicefactory
|
Constructor Summary | |
---|---|
Service()
Default constructor. |
Method Summary | |
---|---|
void |
addInterface(Interface interf)
Add an interface to the list of interfaces. |
Interface |
findInterface(java.lang.String name)
Search for an implemented interface. |
java.util.List |
getInterfaces()
|
boolean |
isServicefactory()
|
void |
setServicefactory(boolean flag)
|
void |
setServicefactory(java.lang.String servicefactory)
|
void |
validate(java.util.List issues,
java.util.List warnings)
Validate the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean isServicefactory
protected final java.util.List interfaces
Constructor Detail |
---|
public Service()
Method Detail |
---|
public boolean isServicefactory()
public void setServicefactory(java.lang.String servicefactory)
public void setServicefactory(boolean flag)
public java.util.List getInterfaces()
public Interface findInterface(java.lang.String name)
name
- The name of the interface.
public void addInterface(Interface interf)
interf
- The interface.public void validate(java.util.List issues, java.util.List warnings) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |