uk.org.retep.util.io
Interface ResourceInstaller.Hook

Enclosing class:
ResourceInstaller

public static interface ResourceInstaller.Hook


Method Summary
 void postCopy(java.lang.String sourceName, java.io.InputStream is, java.io.OutputStream os, java.io.File destinationFile)
           
 void preCopy(java.lang.String sourceName, java.io.InputStream is, java.io.OutputStream os, java.io.File destinationFile)
           
 

Method Detail

preCopy

void preCopy(java.lang.String sourceName,
             java.io.InputStream is,
             java.io.OutputStream os,
             java.io.File destinationFile)
             throws java.io.IOException
Throws:
java.io.IOException

postCopy

void postCopy(java.lang.String sourceName,
              java.io.InputStream is,
              java.io.OutputStream os,
              java.io.File destinationFile)
              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1998-2010 Retep Development Group. All Rights Reserved.