org.duelengine.merge
Interface PlaceholderGenerator

All Known Implementing Classes:
CSSPlaceholderGenerator, JSPlaceholderGenerator

public interface PlaceholderGenerator


Method Summary
 void build(File target, List<String> children)
          Perform compaction
 String getTargetExtension()
          Gets the extension which this compaction emits
 

Method Detail

getTargetExtension

String getTargetExtension()
Gets the extension which this compaction emits

Returns:

build

void build(File target,
           List<String> children)
           throws IOException
Perform compaction

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


Copyright © 2011. All Rights Reserved.