org.dbmaintain.script.archive
Interface ScriptArchiveCreator

All Known Implementing Classes:
DefaultScriptArchiveCreator

public interface ScriptArchiveCreator

Creates a archive file containing all scripts in all configured script locations

Author:
Filip Neven, Tim Ducheyne

Method Summary
 void createScriptArchive(String archiveFileName)
          Creates a archive file containing all scripts in all configured script locations
 

Method Detail

createScriptArchive

void createScriptArchive(String archiveFileName)
Creates a archive file containing all scripts in all configured script locations

Parameters:
archiveFileName - The name of the archivie file to create


Copyright © 2011. All Rights Reserved.