Uses of Interface
org.unitils.io.temp.TempService

Packages that use TempService
org.unitils.io   
org.unitils.io.annotation.handler   
org.unitils.io.temp   
org.unitils.io.temp.impl   
 

Uses of TempService in org.unitils.io
 

Fields in org.unitils.io declared as TempService
protected  TempService IOModule.tempService
           
 

Methods in org.unitils.io that return TempService
protected  TempService IOModule.createTempService()
           
 

Uses of TempService in org.unitils.io.annotation.handler
 

Fields in org.unitils.io.annotation.handler declared as TempService
protected  TempService TempFileAnnotationHandler.tempService
           
protected  TempService TempDirAnnotationHandler.tempService
           
 

Constructors in org.unitils.io.annotation.handler with parameters of type TempService
TempDirAnnotationHandler(TempService tempService, Boolean cleanupAfterTest)
           
TempFileAnnotationHandler(TempService tempService, boolean cleanupAfterTest)
           
 

Uses of TempService in org.unitils.io.temp
 

Methods in org.unitils.io.temp that return TempService
 TempService TempServiceFactory.createTempService(Properties configuration)
           
 

Uses of TempService in org.unitils.io.temp.impl
 

Classes in org.unitils.io.temp.impl that implement TempService
 class DefaultTempService
           
 

Methods in org.unitils.io.temp.impl that return TempService
 TempService DefaultTempServiceFactory.createTempService(Properties configuration)
           
 



Copyright © 2011. All Rights Reserved.