public class FileLogListenner extends BuildAdapter implements StandardOutputListener, BuildListener
| Constructor and Description |
|---|
FileLogListenner(java.io.File file)
Deprecated.
|
FileLogListenner(java.nio.file.Path path) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildFinished(BuildResult arg0) |
void |
onOutput(java.lang.CharSequence arg0) |
beforeSettings, projectsEvaluated, projectsLoaded, settingsEvaluatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeSettings, projectsEvaluated, projectsLoaded, settingsEvaluated@Deprecated public FileLogListenner(java.io.File file)
FileLogListenner(Path)public FileLogListenner(java.nio.file.Path path)
public void onOutput(java.lang.CharSequence arg0)
onOutput in interface StandardOutputListenerpublic void buildFinished(BuildResult arg0)
buildFinished in interface BuildListenerbuildFinished in class BuildAdapter