public class FileSystemTemplateSource extends Object
| Constructor and Description |
|---|
FileSystemTemplateSource(Path templatePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
equals(Object obj) |
boolean |
exists() |
InputStream |
getInputStream() |
long |
getLastModified() |
Path |
getTemplatePath() |
int |
hashCode() |
public FileSystemTemplateSource(Path templatePath)
public Path getTemplatePath()
public long getLastModified()
throws IOException
IOExceptionpublic boolean exists()
public InputStream getInputStream() throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.