org.duelengine.merge
Class JSPlaceholderGenerator

java.lang.Object
  extended by org.duelengine.merge.JSPlaceholderGenerator
All Implemented Interfaces:
PlaceholderGenerator

public class JSPlaceholderGenerator
extends Object
implements PlaceholderGenerator


Constructor Summary
JSPlaceholderGenerator()
           
 
Method Summary
 void build(File target, List<String> children)
          Perform compaction
 String getTargetExtension()
          Gets the extension which this compaction emits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPlaceholderGenerator

public JSPlaceholderGenerator()
Method Detail

getTargetExtension

public String getTargetExtension()
Description copied from interface: PlaceholderGenerator
Gets the extension which this compaction emits

Specified by:
getTargetExtension in interface PlaceholderGenerator
Returns:

build

public void build(File target,
                  List<String> children)
           throws IOException
Description copied from interface: PlaceholderGenerator
Perform compaction

Specified by:
build in interface PlaceholderGenerator
Parameters:
target - output file
Throws:
IOException


Copyright © 2011. All Rights Reserved.