Uses of Interface
science.aist.gtf.template.IOHandler
-
Packages that use IOHandler Package Description science.aist.gtf.template.impl.handler science.aist.gtf.template.impl.renderer -
-
Uses of IOHandler in science.aist.gtf.template.impl.handler
Classes in science.aist.gtf.template.impl.handler that implement IOHandler Modifier and Type Class Description class
IOHandlerImpl
Implementation ofIOHandler
-
Uses of IOHandler in science.aist.gtf.template.impl.renderer
Constructors in science.aist.gtf.template.impl.renderer with parameters of type IOHandler Constructor Description DirectoryCopyRenderer(RendererCondition<TemplateTask> condition, org.springframework.util.PropertyPlaceholderHelper propertyPlaceholderHelper, IOHandler<GeneratorTemplate> ioHandler)
DirectoryCreateRenderer(RendererCondition<TemplateTask> condition, org.springframework.util.PropertyPlaceholderHelper propertyPlaceholderHelper, IOHandler<GeneratorTemplate> ioHandler)
FileCopyRenderer(RendererCondition<TemplateTask> condition, org.springframework.util.PropertyPlaceholderHelper propertyPlaceholderHelper, IOHandler<GeneratorTemplate> ioHandler)
UnzipRenderer(RendererCondition<TemplateTask> rendererCondition, org.springframework.util.PropertyPlaceholderHelper propertyPlaceholderHelper, IOHandler<GeneratorTemplate> ioHandler)
-