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(BuildManager manager, File target, List<String> children)
          Perform build
 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(BuildManager manager,
                  File target,
                  List<String> children)
           throws IOException
Description copied from interface: PlaceholderGenerator
Perform build

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


Copyright © 2012. All Rights Reserved.