public abstract class Customizer extends Object implements Option
| Constructor and Description |
|---|
Customizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
customizeEnvironment(File workingFolder)
Callback method that can contain steps to finally change/set up the working environment.
|
InputStream |
customizeTestProbe(InputStream testProbe)
Callback that allow to customize the ready built regression probe.
|
public void customizeEnvironment(File workingFolder)
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 InputStream customizeTestProbe(InputStream testProbe) throws Exception
testProbe - stream of the probeException - delegate exception handling to container as it would just clutter
implementations.Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.