flux.file
Interface TargetFileCriteria

All Superinterfaces:
FileCriteria
All Known Subinterfaces:
SingleFileCriteria

public interface TargetFileCriteria
extends FileCriteria

Represents the destination directory on a particular host for a file action.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.String getDirectory()
          Returns the target directory for a file action.
 void setDirectory(java.lang.String directory)
          Sets the target directory for a file action.
 
Methods inherited from interface flux.file.FileCriteria
getHost, setHost
 

Method Detail

getDirectory

java.lang.String getDirectory()
Returns the target directory for a file action.

Returns:
The target directory for a file action.

setDirectory

void setDirectory(java.lang.String directory)
Sets the target directory for a file action.

Parameters:
directory - The target directory for a file action.


© 2014 Flux Corporation. All rights reserved.