gov.nasa.pds.report.logs.pushpull
Interface PDSPull
- All Known Implementing Classes:
- FtpPull, HttpPull, PDSPullImpl
public interface PDSPull
connect
boolean connect(String hostname,
String username,
String password,
boolean encrypted)
throws PushPullException
- Throws:
PushPullException
pull
void pull(String path,
String destination)
throws PushPullException
- Throws:
PushPullException
disconnect
void disconnect()
throws PushPullException
- Throws:
PushPullException
Copyright © 2010–2015 Planetary Data System. All rights reserved.