public abstract class TargetFile<I,C extends GeneratorContext<C>> extends Object implements Target<I,C>
protected I
id
protected Path
path
TargetFile(I id, C context)
I
getId()
Path
getPath(C context)
getPathRelativeToTargetPath(C context)
void
prepare(C context)
render(C context)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected Path path
protected I id
public TargetFile(I id, C context)
public void prepare(C context) throws Exception
prepare
Target<I,C extends GeneratorContext<C>>
Exception
public void render(C context) throws Exception
public Path getPathRelativeToTargetPath(C context)
public Path getPath(C context)
public I getId()
getId
Identifiable<I>
public String toString()
toString
Object
Copyright © 2015. All rights reserved.