public static class GenBeans.DefaultOutputStreamProvider extends Object implements GenBeans.OutputStreamProvider
| Constructor and Description |
|---|
DefaultOutputStreamProvider(GenBeans.Config config) |
| Modifier and Type | Method and Description |
|---|---|
List |
getGeneratedFiles() |
OutputStream |
getStream(String dir,
String name,
String extension) |
boolean |
isOlderThan(String dir,
String name,
String extension,
long time)
Returns true if the file in question is more older than the
given time.
|
public DefaultOutputStreamProvider(GenBeans.Config config)
public OutputStream getStream(String dir, String name, String extension) throws IOException
getStream in interface GenBeans.OutputStreamProviderIOExceptionpublic boolean isOlderThan(String dir, String name, String extension, long time) throws IOException
GenBeans.OutputStreamProviderisOlderThan in interface GenBeans.OutputStreamProviderIOExceptionpublic List getGeneratedFiles()
Copyright © 2017. All Rights Reserved.