class ConfigurationSysPropResolver
extends java.lang.Object
ArquillianDescriptor
,
replacing any sysprop EL expressions with a proper value or default,
and returning a new instance of the ArquillianDescriptor
.
Fulfills ARQ-148.
TODO To eventually become part of a chain-based event mechanism
as defined by ARQ-284.Modifier | Constructor and Description |
---|---|
private |
ConfigurationSysPropResolver()
Internal ctor, not to be called
|
Modifier and Type | Method and Description |
---|---|
(package private) static ArquillianDescriptor |
resolveSystemProperties(ArquillianDescriptor descriptor)
Returns a new instance of
ArquillianDescriptor by resolving any
sysprop EL expressions in the provided ArquillianDescriptor to real
values or defaults |
private ConfigurationSysPropResolver()
static ArquillianDescriptor resolveSystemProperties(ArquillianDescriptor descriptor) throws java.lang.IllegalArgumentException
ArquillianDescriptor
by resolving any
sysprop EL expressions in the provided ArquillianDescriptor
to real
values or defaultsdescriptor
- The input to resolve, requiredjava.lang.IllegalArgumentException