com.threerings.presents.tools
Class GeneratedSourceMerger.Section

java.lang.Object
  extended by com.threerings.presents.tools.GeneratedSourceMerger.Section
Enclosing class:
GeneratedSourceMerger

protected static class GeneratedSourceMerger.Section
extends Object


Field Summary
 String contents
           
 boolean disabled
           
 String name
           
 
Constructor Summary
GeneratedSourceMerger.Section(String name, String contents, boolean disabled)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name

contents

public final String contents

disabled

public final boolean disabled
Constructor Detail

GeneratedSourceMerger.Section

public GeneratedSourceMerger.Section(String name,
                                     String contents,
                                     boolean disabled)