Skip to content
Snippets Groups Projects
Commit ec47d176 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Refactoring

parent ad345ac3
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,13 @@ import cz.it4i.fiji.haas_java_client.proxy.UserAndLimitationManagementWsSoap; ...@@ -45,7 +45,13 @@ import cz.it4i.fiji.haas_java_client.proxy.UserAndLimitationManagementWsSoap;
import cz.it4i.fiji.scpclient.ScpClient; import cz.it4i.fiji.scpclient.ScpClient;
public class HaaSClient { public class HaaSClient {
interface UploadingFile {
InputStream getInputStream();
String getName();
long getLength();
long getLastTime();
}
static public class SynchronizableFiles { static public class SynchronizableFiles {
private Collection<TaskFileOffsetExt> files = new LinkedList<>(); private Collection<TaskFileOffsetExt> files = new LinkedList<>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment