public class CompositeCustomizer extends Customizer
| Constructor and Description |
|---|
CompositeCustomizer(Customizer[] customizers) |
| 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 CompositeCustomizer(Customizer[] customizers)
public void customizeEnvironment(File workingFolder)
CustomizercustomizeEnvironment in class CustomizerworkingFolder - 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
CustomizercustomizeTestProbe in class CustomizertestProbe - stream of the probeException - delegate exception handling to container as it would just clutter
implementations.Copyright © 2006–2020 OPS4J - Open Participation Software for Java. All rights reserved.