Arquillian Spring Framework Service Deployer Common 1.0.0.Alpha2
A C D E G I M O P R S 

A

AbstractDependencyResolver - Class in org.jboss.arquillian.spring.deployer.dependency
Base class for all dependency resolvers.
AbstractDependencyResolver(SpringDeployerConfiguration) - Constructor for class org.jboss.arquillian.spring.deployer.dependency.AbstractDependencyResolver
Creates new instance of AbstractDependencyResolver class with given configuration.
AbstractDependencyResolverProducer - Class in org.jboss.arquillian.spring.deployer.dependency
An abstract producer that is responsible for creating instances of concrete AbstractDependencyResolver.
AbstractDependencyResolverProducer() - Constructor for class org.jboss.arquillian.spring.deployer.dependency.AbstractDependencyResolverProducer
 
addDependency(String, String, String, String...) - Method in class org.jboss.arquillian.spring.deployer.dependency.MavenDependencyBuilder
Adds the dependency.
APPLICATION_CONTEXT - Static variable in class org.jboss.arquillian.spring.deployer.SpringDeployerConstants
Represents the fully qualified name to org.springframework.context.ApplicationContext class.

C

CONFIGURATION_AUTO_PACKAGE - Static variable in class org.jboss.arquillian.spring.deployer.SpringDeployerConstants
Represents the extension configuration property name.
CONFIGURATION_CGLIB_VERSION - Static variable in class org.jboss.arquillian.spring.deployer.SpringDeployerConstants
Represents the extension configuration property name.
CONFIGURATION_INCLUDE_SNOWDROP - Static variable in class org.jboss.arquillian.spring.deployer.SpringDeployerConstants
Represents the extension configuration property name.
CONFIGURATION_SNOWDROP_VERSION - Static variable in class org.jboss.arquillian.spring.deployer.SpringDeployerConstants
Represents the extension configuration property name.
CONFIGURATION_SPRING_VERSION - Static variable in class org.jboss.arquillian.spring.deployer.SpringDeployerConstants
Represents the extension configuration property name.
createDependencyResolver() - Method in class org.jboss.arquillian.spring.deployer.dependency.AbstractDependencyResolverProducer
Abstract method responsible for creating the concrete instance of AbstractDependencyResolver.

D

DEFAULT_PRECEDENCE - Static variable in class org.jboss.arquillian.spring.deployer.SpringDeployerConstants
Represents the default precedence of observer class.

E

EXTENSION_CONFIGURATION_PREFIX - Static variable in class org.jboss.arquillian.spring.deployer.SpringDeployerConstants
Represents the extension configuration prefix.

G

getCglibVersion() - Method in class org.jboss.arquillian.spring.deployer.configuration.SpringDeployerConfiguration
Retrieves the cglib artifact version.
getConfiguration() - Method in class org.jboss.arquillian.spring.deployer.client.SpringProtocolArchiveProcessor
Retrieves the extension configuration
getConfiguration() - Method in class org.jboss.arquillian.spring.deployer.dependency.AbstractDependencyResolver
Retrieves the extension configuration
getConfiguration() - Method in class org.jboss.arquillian.spring.deployer.dependency.AbstractDependencyResolverProducer
Retrieves the configuration.
getDependencies() - Method in class org.jboss.arquillian.spring.deployer.client.SpringProtocolArchiveProcessor
Retrieves the dependencies.
getDependencies() - Method in class org.jboss.arquillian.spring.deployer.dependency.MavenDependencyBuilder
Retrieves the dependencies.
getSnowdropVersion() - Method in class org.jboss.arquillian.spring.deployer.configuration.SpringDeployerConfiguration
Retrieves the snowdrop version.
getSpringVersion() - Method in class org.jboss.arquillian.spring.deployer.configuration.SpringDeployerConfiguration
Retrieves the spring artifact version.

I

INIT_PRECEDENCE - Static variable in class org.jboss.arquillian.spring.deployer.SpringDeployerConstants
Represents the precedence of observer initialization class.
initConfiguration(BeforeSuite) - Method in class org.jboss.arquillian.spring.deployer.client.SpringDeployerConfigurationProducer
Creates the Spring extension configuration before the test suite is being run.
initDependencyResolver(BeforeSuite) - Method in class org.jboss.arquillian.spring.deployer.dependency.AbstractDependencyResolverProducer
Creates the dependency resolver before the test suite is being run.
isAutoPackaging() - Method in class org.jboss.arquillian.spring.deployer.configuration.SpringDeployerConfiguration
Retrieves whether to auto package the dependencies.
isIncludeSnowdrop() - Method in class org.jboss.arquillian.spring.deployer.configuration.SpringDeployerConfiguration
Retrieves whether to include snowdrop.

M

MavenDependencyBuilder - Class in org.jboss.arquillian.spring.deployer.dependency
A helper class for resolving dependency using maven.
MavenDependencyBuilder() - Constructor for class org.jboss.arquillian.spring.deployer.dependency.MavenDependencyBuilder
Creates new instance of MavenDependencyBuilder.

O

org.jboss.arquillian.spring.deployer - package org.jboss.arquillian.spring.deployer
 
org.jboss.arquillian.spring.deployer.client - package org.jboss.arquillian.spring.deployer.client
 
org.jboss.arquillian.spring.deployer.configuration - package org.jboss.arquillian.spring.deployer.configuration
 
org.jboss.arquillian.spring.deployer.dependency - package org.jboss.arquillian.spring.deployer.dependency
 

P

POM_XML - Static variable in class org.jboss.arquillian.spring.deployer.SpringDeployerConstants
Represents the maven POM file name.
process(TestDeployment, Archive<?>) - Method in class org.jboss.arquillian.spring.deployer.client.SpringProtocolArchiveProcessor

R

resolveDependencies() - Method in class org.jboss.arquillian.spring.deployer.dependency.AbstractDependencyResolver
Resolves the dependencies for the extension.

S

setAutoPackaging(boolean) - Method in class org.jboss.arquillian.spring.deployer.configuration.SpringDeployerConfiguration
Sets whether to auto package the dependencies.
setCglibVersion(String) - Method in class org.jboss.arquillian.spring.deployer.configuration.SpringDeployerConfiguration
Sets the cglib artifact version.
setIncludeSnowdrop(boolean) - Method in class org.jboss.arquillian.spring.deployer.configuration.SpringDeployerConfiguration
Sets whether to include snowdrop.
setSnowdropVersion(String) - Method in class org.jboss.arquillian.spring.deployer.configuration.SpringDeployerConfiguration
Sets the snowdrop version.
setSpringVersion(String) - Method in class org.jboss.arquillian.spring.deployer.configuration.SpringDeployerConfiguration
Sets the spring artifact version.
SpringDeployerConfiguration - Class in org.jboss.arquillian.spring.deployer.configuration
The Spring extension configuration.
SpringDeployerConfiguration() - Constructor for class org.jboss.arquillian.spring.deployer.configuration.SpringDeployerConfiguration
Creates new instance of SpringDeployerConfiguration class.
SpringDeployerConfigurationProducer - Class in org.jboss.arquillian.spring.deployer.client
Creates the extension configuration before the execution of the test suite.
SpringDeployerConfigurationProducer() - Constructor for class org.jboss.arquillian.spring.deployer.client.SpringDeployerConfigurationProducer
 
SpringDeployerConstants - Class in org.jboss.arquillian.spring.deployer
Defines constants used by this extension.
SpringProtocolArchiveProcessor - Class in org.jboss.arquillian.spring.deployer.client
Archive processor adds the Spring framework dependencies into the test or archive processor.
SpringProtocolArchiveProcessor() - Constructor for class org.jboss.arquillian.spring.deployer.client.SpringProtocolArchiveProcessor
 
A C D E G I M O P R S 
Arquillian Spring Framework Service Deployer Common 1.0.0.Alpha2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.