|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.exam.Customizer
org.ops4j.pax.exam.CompositeCustomizer
public class CompositeCustomizer
Composite of Customizer
s.
Used to treat many Customizer
s as a single Customizer
.
Constructor Summary | |
---|---|
CompositeCustomizer(Customizer[] customizers)
|
Method Summary | |
---|---|
void |
customizeEnvironment(java.io.File workingFolder)
Callback method that can contain steps to finally change/set up the working environment. |
java.io.InputStream |
customizeTestProbe(java.io.InputStream testProbe)
Callback that allow to customize the ready built test probe. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeCustomizer(Customizer[] customizers)
Method Detail |
---|
public void customizeEnvironment(java.io.File workingFolder)
Customizer
customizeEnvironment
in class Customizer
workingFolder
- final workingfolder (new File(".")) of your osgi setup. Be careful there,
the platform may not start if you (for example) delete things in there.public java.io.InputStream customizeTestProbe(java.io.InputStream testProbe) throws java.lang.Exception
Customizer
customizeTestProbe
in class Customizer
testProbe
- stream of the probe
java.lang.Exception
- delegate exception handling to container as it would just clutter implementations.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |