public class SourceTemplate extends Object
| Constructor and Description |
|---|
SourceTemplate(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Collection |
getIgnoreMethods() |
Set |
getImplements() |
Set |
getImports() |
void |
readPreface() |
void |
substitute(String in,
String out) |
void |
writeContent(Writer out) |
public SourceTemplate(File file)
public Set getImports()
public Set getImplements()
public void readPreface()
throws IOException
IOExceptionpublic void writeContent(Writer out) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic Collection getIgnoreMethods()
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.