|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.outers.JOuterService
public abstract class JOuterService
Base class for all OuterServices
| Field Summary | |
|---|---|
protected org.ow2.util.log.Log |
logger
Logger. |
protected java.util.Map<java.lang.String,JOuter> |
outerList
List of Outer |
protected java.util.List<org.ow2.jasmine.probe.JasminePropertyInfo> |
properties
|
| Constructor Summary | |
|---|---|
JOuterService()
|
|
| Method Summary | |
|---|---|
abstract org.ow2.jasmine.probe.outer.JasmineOuter |
getOuter(org.ow2.jasmine.probe.JasmineOutput jasmineOutput)
Create an Outer for this JasmineOutput |
java.util.List<org.ow2.jasmine.probe.JasminePropertyInfo> |
getPropertiesInfo()
Retrieve the description of all specific properties hidden in JasmineOutput Return a List of all properties with their description |
void |
removeOuters(java.lang.String name)
Remove Outes attached to this Output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.ow2.util.log.Log logger
protected java.util.Map<java.lang.String,JOuter> outerList
protected java.util.List<org.ow2.jasmine.probe.JasminePropertyInfo> properties
| Constructor Detail |
|---|
public JOuterService()
| Method Detail |
|---|
public abstract org.ow2.jasmine.probe.outer.JasmineOuter getOuter(org.ow2.jasmine.probe.JasmineOutput jasmineOutput)
throws org.ow2.jasmine.probe.outer.JasmineOuterException
getOuter in interface org.ow2.jasmine.probe.outer.JasmineOuterServicejasmineOutput -
org.ow2.jasmine.probe.outer.JasmineOuterException - operation failedpublic void removeOuters(java.lang.String name)
removeOuters in interface org.ow2.jasmine.probe.outer.JasmineOuterServicename - Output namepublic java.util.List<org.ow2.jasmine.probe.JasminePropertyInfo> getPropertiesInfo()
getPropertiesInfo in interface org.ow2.jasmine.probe.outer.JasmineOuterService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||