B C D G I J M O P R S T V

B

BASE_URI_SP_KEY - Static variable in class org.jitr.JitrConfigurationFactory
The system property key to use when setting the base URI from the command line.
BaseUri - Annotation Type in org.jitr.annotation
Annotation marking a String that Jitr should set with the current base URI of the running web application.

C

ConfigurationModel - Class in org.jitr.core
A simple, immutable model containing a complete Jitr runtime configuration.
ConfigurationModel(String, Class<?>, String, String, OperationalMode, int, String) - Constructor for class org.jitr.core.ConfigurationModel
 
Container<T> - Interface in org.jitr.core
A generic wrapper around specific containers.
CONTAINER_CLASS_SP_KEY - Static variable in class org.jitr.JitrConfigurationFactory
The system property key to use when setting the container class from the command line.
ContainerOperationException - Exception in org.jitr.core
Exception specific to container operations.
ContainerOperationException(String, Container<?>) - Constructor for exception org.jitr.core.ContainerOperationException
 
ContainerOperationException(String, Throwable, Container<?>) - Constructor for exception org.jitr.core.ContainerOperationException
 
createConfigurationFromAnnotation(JitrConfiguration) - Static method in class org.jitr.JitrConfigurationFactory
 
createTest() - Method in class org.jitr.Jitr
 

D

DEFAULT_CONTAINER_WORK_PATH - Static variable in class org.jitr.core.Defaults
 
DEFAULT_CONTEXT_PATH - Static variable in class org.jitr.core.Defaults
 
DEFAULT_MODE - Static variable in class org.jitr.core.Defaults
 
DEFAULT_PORT - Static variable in class org.jitr.core.Defaults
 
DEFAULT_WAR_PATH - Static variable in class org.jitr.core.Defaults
 
Defaults - Class in org.jitr.core
A simple class defining default configuration values.

G

getAnnotatedDeclaredFields(Class<?>, Class<? extends Annotation>) - Static method in class org.jitr.JitrUtils
Finds any declared fields in the given class with the given annotation.
getBaseUri() - Method in class org.jitr.core.ConfigurationModel
 
getContainerClass() - Method in class org.jitr.core.ConfigurationModel
 
getContainerName() - Method in exception org.jitr.core.ContainerOperationException
 
getContainerWorkPath() - Method in class org.jitr.core.ConfigurationModel
 
getContextPath() - Method in class org.jitr.core.ConfigurationModel
 
getMode() - Method in class org.jitr.core.ConfigurationModel
 
getMostSpecificAnnotatedDeclaredField(Class<?>, Class<? extends Annotation>) - Static method in class org.jitr.JitrUtils
Finds an annotated field amongst a hierarchy of classes.
getName() - Method in class org.jitr.container.JettyContainer
 
getName() - Method in class org.jitr.container.TomcatContainer
 
getName() - Method in interface org.jitr.core.Container
 
getPort() - Method in class org.jitr.core.ConfigurationModel
 
getRandomUnusedPort() - Static method in class org.jitr.JitrUtils
Provides a quick way to get a random, unused port by opening a ServerSocket and getting the locally assigned port for the server socket.
getWarPath() - Method in class org.jitr.core.ConfigurationModel
 
getWrappedContainer() - Method in class org.jitr.container.JettyContainer
 
getWrappedContainer() - Method in class org.jitr.container.TomcatContainer
 
getWrappedContainer() - Method in interface org.jitr.core.Container
 

I

initialize(ConfigurationModel, Annotation[]) - Method in class org.jitr.container.JettyContainer
 
initialize(ConfigurationModel, Annotation[]) - Method in class org.jitr.container.TomcatContainer
 
initialize(ConfigurationModel, Annotation[]) - Method in interface org.jitr.core.Container
 
isContainerEnabled() - Method in enum org.jitr.core.OperationalMode
 

J

JettyContainer - Class in org.jitr.container
Jetty specific container wrapper.
JettyContainer() - Constructor for class org.jitr.container.JettyContainer
 
Jitr - Class in org.jitr
The heart of Jitr.
Jitr(Class<?>) - Constructor for class org.jitr.Jitr
 
JitrConfiguration - Annotation Type in org.jitr.annotation
Test classes that want to customize how Jitr runs will need to be annotated with this annotation.
JitrConfigurationFactory - Class in org.jitr
A simple factory for creating ConfigurationModels.
JitrException - Exception in org.jitr.core
A generic, base RuntimeException for all Jitr exceptions.
JitrException(String) - Constructor for exception org.jitr.core.JitrException
 
JitrException(String, Throwable) - Constructor for exception org.jitr.core.JitrException
 
JitrException(Throwable) - Constructor for exception org.jitr.core.JitrException
 
JitrUtils - Class in org.jitr
Provides various simple utility methods.

M

MODE_SP_KEY - Static variable in class org.jitr.JitrConfigurationFactory
The system property key to use when setting the operational mode from the command line.

O

OperationalMode - Enum in org.jitr.core
Defines the possible operational running modes for Jitr.
org.jitr - package org.jitr
 
org.jitr.annotation - package org.jitr.annotation
 
org.jitr.container - package org.jitr.container
 
org.jitr.core - package org.jitr.core
 

P

Port - Annotation Type in org.jitr.annotation
Annotation marking an int that Jitr should set with the current port of the running web application.
PORT_SP_KEY - Static variable in class org.jitr.JitrConfigurationFactory
The system property key to use when setting the port from the command line.

R

run(RunNotifier) - Method in class org.jitr.Jitr
 

S

SP_KEY_PREFIX - Static variable in class org.jitr.JitrConfigurationFactory
Prefix string used for all Jitr system properties.
start() - Method in class org.jitr.container.JettyContainer
 
start() - Method in class org.jitr.container.TomcatContainer
 
start() - Method in interface org.jitr.core.Container
 
stop() - Method in class org.jitr.container.JettyContainer
 
stop() - Method in class org.jitr.container.TomcatContainer
 
stop() - Method in interface org.jitr.core.Container
 

T

TomcatContainer - Class in org.jitr.container
Tomcat specific container wrapper.
TomcatContainer() - Constructor for class org.jitr.container.TomcatContainer
 

V

valueOf(String) - Static method in enum org.jitr.core.OperationalMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jitr.core.OperationalMode
Returns an array containing the constants of this enum type, in the order they are declared.

B C D G I J M O P R S T V

Copyright © 2009. All Rights Reserved.