Uses of Interface
com.xebialabs.deployit.hostsession.HostFileInputStreamTransformer

Packages that use HostFileInputStreamTransformer
com.xebialabs.deployit.hostsession The host session framework. 
 

Uses of HostFileInputStreamTransformer in com.xebialabs.deployit.hostsession
 

Classes in com.xebialabs.deployit.hostsession that implement HostFileInputStreamTransformer
 class LenientTemplateResolvingHostFileInputTransformer
           
 

Methods in com.xebialabs.deployit.hostsession with parameters of type HostFileInputStreamTransformer
static void HostFileUtils.copy(HostFile src, HostFile dst, HostFileInputStreamTransformer transformer)
          Copies a file or directory.
static void HostFileUtils.copyDirectory(HostFile srcDir, HostFile dstDir, HostFileInputStreamTransformer transformer)
          Copies a directory recursively.
static void HostFileUtils.copyFile(HostFile srcFile, HostFile dstFile, HostFileInputStreamTransformer transformer)
          Copies a regular file.
 



Copyright © 2010. All Rights Reserved.