INT-4155: Port FTP DSL
JIRA: https://jira.spring.io/browse/INT-4155 - Add streaming support - Rework tests to use dynamic flow registrations due to the test FTP server is now a test support class. Javadoc fixes Checkstyle fix Polishing - PR Comments Polishing and Port SFTP
This commit is contained in:
committed by
Artem Bilan
parent
6c4d9b2111
commit
8070f72c44
@@ -57,6 +57,10 @@ public abstract class RemoteFileTestSupport {
|
||||
return targetRemoteDirectory;
|
||||
}
|
||||
|
||||
public String getTargetRemoteDirectoryName() {
|
||||
return targetRemoteDirectory.getAbsolutePath() + File.separator;
|
||||
}
|
||||
|
||||
public File getSourceLocalDirectory() {
|
||||
return sourceLocalDirectory;
|
||||
}
|
||||
@@ -65,6 +69,10 @@ public abstract class RemoteFileTestSupport {
|
||||
return targetLocalDirectory;
|
||||
}
|
||||
|
||||
public String getTargetLocalDirectoryName() {
|
||||
return targetLocalDirectory.getAbsolutePath() + File.separator;
|
||||
}
|
||||
|
||||
/**
|
||||
* Default implementation creates the following folder structures:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user