Uses of Interface
com.suncode.pwfl.administration.scheduledtask.file.OutputStreamConsumer
Packages that use OutputStreamConsumer
-
Uses of OutputStreamConsumer in com.suncode.pwfl.administration.scheduledtask.file
Methods in com.suncode.pwfl.administration.scheduledtask.file with parameters of type OutputStreamConsumerModifier and TypeMethodDescriptionvoid
ScheduledTaskFileSaver.saveResultFile
(String fileName, OutputStreamConsumer outputStreamHandler) Zapisuje nowy plik o podanej nazwie powiązany z tym wykonaniem zadania zaplanowanego.
Zawartość pliku zapisywana jest z użyciem obiektuoutputStreamHandler
.
Jeżeli historia wykonywania zadania nie jest zapisywana, tooutputStreamHandler
nie zostanie wywołany.