Skip to content

Commit

Permalink
Added pre/post processor code
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Aug 11, 2016
1 parent 6d7791d commit 56e212d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,7 @@ public interface IStreamableFileService {
*
* @param file
* File object
* @return <pre>
* true
* </pre>
*
* if file exist and has valid extension,
*
* <pre>
* false
* </pre>
*
* otherwise
* @return true if file exist and has valid extension, false otherwise
*/
public boolean canHandle(File file);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ public class FileConsumer implements Constants, IPushableConsumer, IPipeConnecti
private int percentage = 25;

/**
* Whether or not to use a queue for delaying file writes. The queue is useful for keeping Tag items in their expected order based on their time stamp.
* Whether or not to use a queue for delaying file writes. The queue is useful for keeping Tag items in their expected order based on
* their time stamp.
*/
private boolean delayWrite = false;

Expand Down

0 comments on commit 56e212d

Please sign in to comment.