public class DirectoryTaskOutput extends Object implements MultipleTaskOutput<File>
| Constructor and Description |
|---|
DirectoryTaskOutput(File directory)
Creates a new instance of a
DirectoryTaskOutput using the input directory |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TaskOutputDispatcher writer)
Accept a dispatcher dispatching the correct method implementation
|
boolean |
equals(Object other) |
File |
getDestination() |
int |
hashCode() |
String |
toString() |
public DirectoryTaskOutput(File directory)
DirectoryTaskOutput using the input directorydirectory - IllegalArgumentException - if the input directory is null or not a directorypublic File getDestination()
getDestination in interface TaskOutput<File>public void accept(TaskOutputDispatcher writer) throws TaskOutputVisitException
TaskOutputaccept in interface TaskOutput<File>TaskOutputVisitException - in case of errorCopyright © 2015. All Rights Reserved.