org.duelengine.merge
Interface Compactor


public interface Compactor


Method Summary
 void compact(Map<String,String> fileHashes, File source, File target)
          Perform compaction
 String[] getSourceExtensions()
          Gets the extension which this compaction consumes
 String getTargetExtension()
          Gets the extension which this compaction emits
 

Method Detail

getSourceExtensions

String[] getSourceExtensions()
Gets the extension which this compaction consumes

Returns:

getTargetExtension

String getTargetExtension()
Gets the extension which this compaction emits

Returns:

compact

void compact(Map<String,String> fileHashes,
             File source,
             File target)
             throws IOException
Perform compaction

Parameters:
source - input file
target - output file
Throws:
IOException


Copyright © 2011. All Rights Reserved.