A B C D F G I O P R S T

A

afterInit() - Method in class org.unitils.io.IOModule
 
afterTestMethod(Object, Method, Throwable) - Method in class org.unitils.io.annotation.handler.TempDirAnnotationHandler
 
afterTestMethod(Object, Method, Throwable) - Method in class org.unitils.io.annotation.handler.TempFileAnnotationHandler
 
afterTestMethod(Object, Method, Throwable) - Method in class org.unitils.io.IOModule.IOTestListener
 

B

beforeTestSetUp(Object, Method) - Method in class org.unitils.io.annotation.handler.FileContentAnnotationHandler
All fields that have an FileContent annotation will be handled before the setup of the test.
beforeTestSetUp(Object, Method) - Method in class org.unitils.io.annotation.handler.TempDirAnnotationHandler
 
beforeTestSetUp(Object, Method) - Method in class org.unitils.io.annotation.handler.TempFileAnnotationHandler
 
beforeTestSetUp(Object, Method) - Method in class org.unitils.io.IOModule.IOTestListener
 

C

CLEANUP_AFTER_TEST - Static variable in class org.unitils.io.IOModule
 
cleanupAfterTest - Variable in class org.unitils.io.annotation.handler.TempDirAnnotationHandler
 
cleanupAfterTest - Variable in class org.unitils.io.annotation.handler.TempFileAnnotationHandler
 
configuration - Variable in class org.unitils.io.IOModule
 
conversionStrategies - Variable in class org.unitils.io.filecontent.impl.DefaultFileContentReader
 
ConversionStrategy<T> - Interface in org.unitils.io.conversion
A conversion strategy converts the given input stream to the object specified (T).
convertContent(InputStream, String) - Method in interface org.unitils.io.conversion.ConversionStrategy
Converts the content of the given stream into the target type.
convertContent(InputStream, String) - Method in class org.unitils.io.conversion.impl.PropertiesConversionStrategy
 
convertContent(InputStream, String) - Method in class org.unitils.io.conversion.impl.StringConversionStrategy
 
createConversionStrategies(Properties) - Method in class org.unitils.io.filecontent.impl.DefaultFileContentReaderFactory
 
createConversionStrategies(Properties, String) - Method in class org.unitils.io.filecontent.impl.DefaultFileContentReaderFactory
 
createFileContentReader(Properties) - Method in interface org.unitils.io.filecontent.FileContentReaderFactory
 
createFileContentReader(Properties) - Method in class org.unitils.io.filecontent.impl.DefaultFileContentReaderFactory
 
createFileContentReader() - Method in class org.unitils.io.IOModule
 
createFileResolvingStrategy(Properties) - Method in interface org.unitils.io.reader.FileResolvingStrategyFactory
 
createFileResolvingStrategy(Properties) - Method in class org.unitils.io.reader.impl.DefaultFileResolvingStrategyFactory
 
createReadingStrategy(Properties) - Method in class org.unitils.io.filecontent.impl.DefaultFileContentReaderFactory
 
createReadingStrategy(Properties) - Method in class org.unitils.io.reader.impl.FileReadingStrategyFactory
 
createReadingStrategy(Properties) - Method in interface org.unitils.io.reader.ReadingStrategyFactory
 
createTempDir(String) - Method in class org.unitils.io.IOModule
 
createTempDir(String) - Static method in class org.unitils.io.IOUnitils
Creates a temporary directory with the given name.
createTempDir(String) - Method in class org.unitils.io.temp.impl.DefaultTempService
 
createTempDir(String) - Method in interface org.unitils.io.temp.TempService
 
createTempDirForField(Object, Method, Field) - Method in class org.unitils.io.annotation.handler.TempDirAnnotationHandler
 
createTempFile(String) - Method in class org.unitils.io.IOModule
 
createTempFile(String) - Static method in class org.unitils.io.IOUnitils
Creates a temporary file with the given name.
createTempFile(String) - Method in class org.unitils.io.temp.impl.DefaultTempService
 
createTempFile(String) - Method in interface org.unitils.io.temp.TempService
 
createTempFileForField(Object, Method, Field) - Method in class org.unitils.io.annotation.handler.TempFileAnnotationHandler
 
createTempService() - Method in class org.unitils.io.IOModule
 
createTempService(Properties) - Method in class org.unitils.io.temp.impl.DefaultTempServiceFactory
 
createTempService(Properties) - Method in interface org.unitils.io.temp.TempServiceFactory
 
CUSTOM_CONVERSION_STRATEGY_KEY - Static variable in class org.unitils.io.filecontent.impl.DefaultFileContentReaderFactory
 

D

DEFAULT_CONVERSION_STRATEGY_KEY - Static variable in class org.unitils.io.filecontent.impl.DefaultFileContentReaderFactory
 
DEFAULT_FILE_ENCODING - Static variable in class org.unitils.io.filecontent.impl.DefaultFileContentReaderFactory
 
defaultEncoding - Variable in class org.unitils.io.filecontent.impl.DefaultFileContentReader
 
DefaultFileContentReader - Class in org.unitils.io.filecontent.impl
 
DefaultFileContentReader(ReadingStrategy, List<ConversionStrategy<?>>, String) - Constructor for class org.unitils.io.filecontent.impl.DefaultFileContentReader
 
DefaultFileContentReaderFactory - Class in org.unitils.io.filecontent.impl
 
DefaultFileContentReaderFactory() - Constructor for class org.unitils.io.filecontent.impl.DefaultFileContentReaderFactory
 
DefaultFileResolvingStrategy - Class in org.unitils.io.reader.impl
 
DefaultFileResolvingStrategy(FileResolver) - Constructor for class org.unitils.io.reader.impl.DefaultFileResolvingStrategy
 
DefaultFileResolvingStrategyFactory - Class in org.unitils.io.reader.impl
 
DefaultFileResolvingStrategyFactory() - Constructor for class org.unitils.io.reader.impl.DefaultFileResolvingStrategyFactory
 
DefaultTempService - Class in org.unitils.io.temp.impl
 
DefaultTempService(File) - Constructor for class org.unitils.io.temp.impl.DefaultTempService
 
DefaultTempServiceFactory - Class in org.unitils.io.temp.impl
 
DefaultTempServiceFactory() - Constructor for class org.unitils.io.temp.impl.DefaultTempServiceFactory
 
deleteTempDirForField(Object, Field) - Method in class org.unitils.io.annotation.handler.TempDirAnnotationHandler
 
deleteTempFileForField(Object, Field) - Method in class org.unitils.io.annotation.handler.TempFileAnnotationHandler
 
deleteTempFileOrDir(File) - Method in class org.unitils.io.IOModule
 
deleteTempFileOrDir(File) - Static method in class org.unitils.io.IOUnitils
Deletes the given file or directory.
deleteTempFileOrDir(File) - Method in class org.unitils.io.temp.impl.DefaultTempService
 
deleteTempFileOrDir(File) - Method in interface org.unitils.io.temp.TempService
 
determineConversionStrategy(Class<?>) - Method in class org.unitils.io.filecontent.impl.DefaultFileContentReader
 
determineEncoding(FileContent) - Method in class org.unitils.io.annotation.handler.FileContentAnnotationHandler
 
determineFileName(FileContent) - Method in class org.unitils.io.annotation.handler.FileContentAnnotationHandler
 

F

FileContent - Annotation Type in org.unitils.io.annotation
Annotation for loading the contents of a file into a field.
FileContentAnnotationHandler - Class in org.unitils.io.annotation.handler
Implements the behavior of the FileContent annotation.
FileContentAnnotationHandler(FileContentReader) - Constructor for class org.unitils.io.annotation.handler.FileContentAnnotationHandler
 
fileContentAnnotationHandler - Variable in class org.unitils.io.IOModule.IOTestListener
 
FileContentReader - Interface in org.unitils.io.filecontent
 
fileContentReader - Variable in class org.unitils.io.IOModule
 
FileContentReaderFactory - Interface in org.unitils.io.filecontent
 
FileReadingStrategy - Class in org.unitils.io.reader.impl
 
FileReadingStrategy(FileResolvingStrategy) - Constructor for class org.unitils.io.reader.impl.FileReadingStrategy
 
FileReadingStrategyFactory - Class in org.unitils.io.reader.impl
 
FileReadingStrategyFactory() - Constructor for class org.unitils.io.reader.impl.FileReadingStrategyFactory
 
fileResolver - Variable in class org.unitils.io.reader.impl.DefaultFileResolvingStrategy
 
FileResolvingStrategy - Interface in org.unitils.io.reader
 
fileResolvingStrategy - Variable in class org.unitils.io.reader.impl.FileReadingStrategy
 
FileResolvingStrategyFactory - Interface in org.unitils.io.reader
 

G

getDefaultFileExtension() - Method in interface org.unitils.io.conversion.ConversionStrategy
 
getDefaultFileExtension() - Method in class org.unitils.io.conversion.impl.PropertiesConversionStrategy
 
getDefaultFileExtension() - Method in class org.unitils.io.conversion.impl.StringConversionStrategy
 
getDefaultInputStream(String, Class<?>) - Method in class org.unitils.io.reader.impl.FileReadingStrategy
 
getDefaultInputStream(String, Class<?>) - Method in interface org.unitils.io.reader.ReadingStrategy
 
getInputStream(String, Class<?>) - Method in class org.unitils.io.reader.impl.FileReadingStrategy
 
getInputStream(String, Class<?>) - Method in interface org.unitils.io.reader.ReadingStrategy
 
getRootTempDir(Properties) - Method in class org.unitils.io.temp.impl.DefaultTempServiceFactory
 
getTargetType() - Method in interface org.unitils.io.conversion.ConversionStrategy
 
getTargetType() - Method in class org.unitils.io.conversion.impl.PropertiesConversionStrategy
 
getTargetType() - Method in class org.unitils.io.conversion.impl.StringConversionStrategy
 
getTestListener() - Method in class org.unitils.io.IOModule
 

I

init(Properties) - Method in class org.unitils.io.IOModule
 
IOModule - Class in org.unitils.io
 
IOModule() - Constructor for class org.unitils.io.IOModule
 
IOModule.IOTestListener - Class in org.unitils.io
 
IOModule.IOTestListener(FileContentAnnotationHandler, TempFileAnnotationHandler, TempDirAnnotationHandler) - Constructor for class org.unitils.io.IOModule.IOTestListener
 
IOUnitils - Class in org.unitils.io
 
IOUnitils() - Constructor for class org.unitils.io.IOUnitils
 

O

org.unitils.io - package org.unitils.io
 
org.unitils.io.annotation - package org.unitils.io.annotation
 
org.unitils.io.annotation.handler - package org.unitils.io.annotation.handler
 
org.unitils.io.conversion - package org.unitils.io.conversion
 
org.unitils.io.conversion.impl - package org.unitils.io.conversion.impl
 
org.unitils.io.filecontent - package org.unitils.io.filecontent
 
org.unitils.io.filecontent.impl - package org.unitils.io.filecontent.impl
 
org.unitils.io.reader - package org.unitils.io.reader
 
org.unitils.io.reader.impl - package org.unitils.io.reader.impl
 
org.unitils.io.temp - package org.unitils.io.temp
 
org.unitils.io.temp.impl - package org.unitils.io.temp.impl
 

P

PATH_PREFIX_PROPERTY - Static variable in class org.unitils.io.reader.impl.DefaultFileResolvingStrategyFactory
 
PREFIX_WITH_PACKAGE_NAME_PROPERTY - Static variable in class org.unitils.io.reader.impl.DefaultFileResolvingStrategyFactory
 
PropertiesConversionStrategy - Class in org.unitils.io.conversion.impl
This conversion strategy will try to convert the input stream into a Properties.
PropertiesConversionStrategy() - Constructor for class org.unitils.io.conversion.impl.PropertiesConversionStrategy
 

R

readFileContent(String, Class<T>, String, Class<?>) - Method in interface org.unitils.io.filecontent.FileContentReader
 
readFileContent(String, Class<T>, String, Class<?>) - Method in class org.unitils.io.filecontent.impl.DefaultFileContentReader
 
readFileContent(String, Class<T>, String, Class<?>) - Method in class org.unitils.io.IOModule
 
readFileContent(Class<T>, Object) - Static method in class org.unitils.io.IOUnitils
Loads the content of 'test-class'.'
readFileContent(Class<T>, String, Object) - Static method in class org.unitils.io.IOUnitils
Loads the content of 'test-class'.'
readFileContent(String, Class<T>, Object) - Static method in class org.unitils.io.IOUnitils
Loads the content of the file with the given name and converts it to the given target type using the default encoding.
readFileContent(String, Class<T>, String, Object) - Static method in class org.unitils.io.IOUnitils
Loads the content of the file with the given name and converts it to the given target type.
readFileContentForField(Object, Field) - Method in class org.unitils.io.annotation.handler.FileContentAnnotationHandler
Does the actual content reading and injection for the given field.
readingStrategy - Variable in class org.unitils.io.filecontent.impl.DefaultFileContentReader
 
ReadingStrategy - Interface in org.unitils.io.reader
 
ReadingStrategyFactory - Interface in org.unitils.io.reader
 
resolveDefaultFileName(String, Class<?>) - Method in interface org.unitils.io.reader.FileResolvingStrategy
Resolves the location for a file with the default name: 'classname'.'
resolveDefaultFileName(String, Class<?>) - Method in class org.unitils.io.reader.impl.DefaultFileResolvingStrategy
Resolves the location for a file with the default name: 'classname'.'
resolveFileName(String, Class<?>) - Method in interface org.unitils.io.reader.FileResolvingStrategy
Resolves the location for a file with a certain name.
resolveFileName(String, Class<?>) - Method in class org.unitils.io.reader.impl.DefaultFileResolvingStrategy
Resolves the location for a file with a certain name.
ROOT_TEMP_DIR - Static variable in class org.unitils.io.temp.impl.DefaultTempServiceFactory
 
rootTempDir - Variable in class org.unitils.io.temp.impl.DefaultTempService
 

S

StringConversionStrategy - Class in org.unitils.io.conversion.impl
This conversion strategy will try to convert the input stream into a String.
StringConversionStrategy() - Constructor for class org.unitils.io.conversion.impl.StringConversionStrategy
 

T

TempDir - Annotation Type in org.unitils.io.annotation
Annotation for creating a temporary directory.
TempDirAnnotationHandler - Class in org.unitils.io.annotation.handler
Implements the behavior of the TempDir annotation.
TempDirAnnotationHandler(TempService, Boolean) - Constructor for class org.unitils.io.annotation.handler.TempDirAnnotationHandler
 
tempDirAnnotationHandler - Variable in class org.unitils.io.IOModule.IOTestListener
 
TempFile - Annotation Type in org.unitils.io.annotation
Annotation for creating a temporary file.
TempFileAnnotationHandler - Class in org.unitils.io.annotation.handler
Implements the behavior of the TempFile annotation.
TempFileAnnotationHandler(TempService, boolean) - Constructor for class org.unitils.io.annotation.handler.TempFileAnnotationHandler
 
tempFileAnnotationHandler - Variable in class org.unitils.io.IOModule.IOTestListener
 
tempService - Variable in class org.unitils.io.annotation.handler.TempDirAnnotationHandler
 
tempService - Variable in class org.unitils.io.annotation.handler.TempFileAnnotationHandler
 
tempService - Variable in class org.unitils.io.IOModule
 
TempService - Interface in org.unitils.io.temp
 
TempServiceFactory - Interface in org.unitils.io.temp
 

A B C D F G I O P R S T

Copyright © 2014. All Rights Reserved.