23 lines
717 B
Java
23 lines
717 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*
|
|
* Could not load the following classes:
|
|
* javax.baja.file.BFileSpace
|
|
* javax.baja.security.AuthenticationException
|
|
*/
|
|
package javax.baja.platform;
|
|
|
|
import java.io.IOException;
|
|
import java.net.ConnectException;
|
|
import javax.baja.file.BFileSpace;
|
|
import javax.baja.platform.FileTransferOperation;
|
|
import javax.baja.platform.IPlatformOperationListener;
|
|
import javax.baja.security.AuthenticationException;
|
|
|
|
public interface FileManager {
|
|
public BFileSpace getFileSpace() throws ConnectException, AuthenticationException;
|
|
|
|
public void transfer(FileTransferOperation var1, IPlatformOperationListener var2) throws ConnectException, AuthenticationException, IOException;
|
|
}
|
|
|