gov.nasa.pds.report.logs.pushpull
Interface PDSPull

All Known Implementing Classes:
FtpPull, HttpPull, PDSPullImpl

public interface PDSPull


Method Summary
 boolean connect(String hostname, String username, String password, boolean encrypted)
           
 void disconnect()
           
 void pull(String path, String destination)
           
 

Method Detail

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.