public abstract class AbstractRemoteFileProperties extends Object
| Constructor and Description |
|---|
AbstractRemoteFileProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRemoteDir() |
String |
getRemoteFileSeparator() |
String |
getTmpFileSuffix() |
void |
setRemoteDir(String remoteDir) |
void |
setRemoteFileSeparator(String remoteFileSeparator) |
void |
setTmpFileSuffix(String tmpFileSuffix) |
@NotBlank public String getRemoteDir()
public final void setRemoteDir(String remoteDir)
@NotBlank public String getTmpFileSuffix()
public void setTmpFileSuffix(String tmpFileSuffix)
@NotBlank public String getRemoteFileSeparator()
public void setRemoteFileSeparator(String remoteFileSeparator)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.