| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.spi.DefaultExamSystem |
DefaultExamSystem represents the default implementation of ExamSystem. It takes care of options (including implicit defaults), temporary folders (and their cleanup) and cross cutting parameters that are frequently used like "timeout" values.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clears up resources taken by system (like temporary files).
| |||||||||||
Creates a fresh ExamSystem.
| |||||||||||
Create a new system based on *this*.
| |||||||||||
Helper method for single options.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.ops4j.pax.exam.ExamSystem
| |||||||||||
Clears up resources taken by system (like temporary files).
Creates a fresh ExamSystem. Your options will be combined with internal defaults. If you need to change the system after it has been created, you fork() it. Forking will not add default options again.
| options | options to be used to define the new system. |
|---|
| IOException | in case of an instantiation problem. (IO related) |
|---|
| IOException |
|---|
Create a new system based on *this*. The forked System remembers the forked instances in order to clear resources up (if desired).
| IOException |
|---|
Helper method for single options. Last occurence has precedence. (support overwrite).