public class FileTransferLocation extends Object implements Serializable
Constructor and Description |
---|
FileTransferLocation() |
Modifier and Type | Method and Description |
---|---|
void |
addPath(String filePath)
Adds a file or directory path.
|
void |
addPath(String inSrc,
String inDest)
Adds a file or directory source/destination pair
|
void |
clear()
Clear all paths added.
|
public void addPath(String filePath) throws ValidationException
filePath
- the path of the file or directory to addValidationException
- if the format is invalidpublic void addPath(String inSrc, String inDest) throws ValidationException
inSrc
- pathinDest
- pathValidationException
- if the format is invalidpublic void clear()
Copyright © 2017 Aspera Inc.. All rights reserved.