org.duelengine.merge
Class CSSPlaceholderGenerator

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

public class CSSPlaceholderGenerator
extends Object
implements PlaceholderGenerator


Constructor Summary
CSSPlaceholderGenerator()
           
 
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

CSSPlaceholderGenerator

public CSSPlaceholderGenerator()
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.