Modifier and Type | Interface and Description |
---|---|
interface |
ContainerDef
ContainerDescription
|
interface |
DefaultProtocolDef
DefaultProtocolDescription
|
interface |
EngineDef
EngineDef
|
interface |
ExtensionDef
ExtensionDef
|
interface |
GroupDef
GroupDescription
|
interface |
ProtocolDef
ProtocolDescription
|
Modifier and Type | Class and Description |
---|---|
class |
ArquillianDescriptorImpl
ArquillianDescriptor
|
class |
ContainerDefImpl
ContainerDefImpl
|
class |
DefaultProtocolDefImpl
DefaultProtocolDefImpl
|
class |
EngineDefImpl
EngineDefImpl
|
class |
ExtensionDefImpl
ExtensionDefImpl
|
class |
GroupContainerDefImpl
ContainerDefImpl
|
class |
GroupDefImpl
GroupDefImpl
|
class |
ProtocolDefImpl
ProtocolDefImpl
|
Modifier and Type | Field and Description |
---|---|
private InstanceProducer<ArquillianDescriptor> |
ConfigurationRegistrar.descriptorInst |
Modifier and Type | Method and Description |
---|---|
private ArquillianDescriptor |
ConfigurationRegistrar.resolveDescriptor(java.io.InputStream input) |
(package private) static ArquillianDescriptor |
ConfigurationSysPropResolver.resolveSystemProperties(ArquillianDescriptor descriptor)
Returns a new instance of
ArquillianDescriptor by resolving any
sysprop EL expressions in the provided ArquillianDescriptor to real
values or defaults |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesParser.addProperties(ArquillianDescriptor descriptor,
java.util.Properties properties) |
protected void |
PropertiesParser.DefaultProtocol.handle(java.util.regex.Matcher matcher,
java.lang.String value,
ArquillianDescriptor descriptor) |
protected void |
PropertiesParser.Group.handle(java.util.regex.Matcher matcher,
java.lang.String value,
ArquillianDescriptor descriptor) |
protected void |
PropertiesParser.GroupContainer.handle(java.util.regex.Matcher matcher,
java.lang.String value,
ArquillianDescriptor descriptor) |
protected void |
PropertiesParser.GroupContainerProtocol.handle(java.util.regex.Matcher matcher,
java.lang.String value,
ArquillianDescriptor descriptor) |
protected void |
PropertiesParser.GroupContainerConfiguration.handle(java.util.regex.Matcher matcher,
java.lang.String value,
ArquillianDescriptor descriptor) |
protected void |
PropertiesParser.Extension.handle(java.util.regex.Matcher matcher,
java.lang.String value,
ArquillianDescriptor descriptor) |
protected void |
PropertiesParser.Container.handle(java.util.regex.Matcher matcher,
java.lang.String value,
ArquillianDescriptor descriptor) |
protected void |
PropertiesParser.ContainerProtocol.handle(java.util.regex.Matcher matcher,
java.lang.String value,
ArquillianDescriptor descriptor) |
protected void |
PropertiesParser.ContainerConfiguration.handle(java.util.regex.Matcher matcher,
java.lang.String value,
ArquillianDescriptor descriptor) |
protected void |
PropertiesParser.EngineProperty.handle(java.util.regex.Matcher matcher,
java.lang.String value,
ArquillianDescriptor descriptor) |
protected abstract void |
PropertiesParser.Handler.handle(java.util.regex.Matcher matcher,
java.lang.String value,
ArquillianDescriptor descriptor) |
boolean |
PropertiesParser.Handler.handle(java.lang.String propertyName,
java.lang.String value,
ArquillianDescriptor descriptor) |
(package private) static ArquillianDescriptor |
ConfigurationSysPropResolver.resolveSystemProperties(ArquillianDescriptor descriptor)
Returns a new instance of
ArquillianDescriptor by resolving any
sysprop EL expressions in the provided ArquillianDescriptor to real
values or defaults |
Modifier and Type | Method and Description |
---|---|
void |
ContainerRegistryCreator.createRegistry(ArquillianDescriptor event) |
private void |
ContainerRegistryCreator.validateConfiguration(ArquillianDescriptor desc)
Validate that the Configuration given is sane
|
Modifier and Type | Field and Description |
---|---|
private Instance<ArquillianDescriptor> |
ArchiveDeploymentExporter.configuration |
Modifier and Type | Field and Description |
---|---|
private Instance<ArquillianDescriptor> |
ContainerRestarter.configuration |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolRegistryCreator.createRegistry(ArquillianDescriptor event) |