Package org.immutables.generator
Class Output.SourceFile
- java.lang.Object
-
- org.immutables.generator.Output.SourceFile
-
- Enclosing class:
- Output
private static class Output.SourceFile extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleancompleted(package private) Templates.CharConsumerconsumer(package private) Output.ResourceKeykey
-
Constructor Summary
Constructors Constructor Description SourceFile(Output.ResourceKey key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidcomplete()private java.lang.CharSequenceextractSourceCode()private booleanidenticalFileIsAlreadyGenerated(java.lang.CharSequence sourceCode)
-
-
-
Field Detail
-
key
final Output.ResourceKey key
-
consumer
final Templates.CharConsumer consumer
-
completed
boolean completed
-
-
Constructor Detail
-
SourceFile
SourceFile(Output.ResourceKey key)
-
-