org.pentaho.di.ui.job.entries.ssh2put
Class JobEntrySSH2PUTDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.job.entry.JobEntryDialog
          extended by org.pentaho.di.ui.job.entries.ssh2put.JobEntrySSH2PUTDialog
All Implemented Interfaces:
JobEntryDialogInterface

public class JobEntrySSH2PUTDialog
extends JobEntryDialog
implements JobEntryDialogInterface

This dialog allows you to edit the SSH2 PUT job entry settings.

Since:
17-12-2007
Author:
Samatar

Field Summary
 
Fields inherited from class org.pentaho.di.ui.job.entry.JobEntryDialog
loggingObject
 
Constructor Summary
JobEntrySSH2PUTDialog(Shell parent, JobEntryInterface jobEntryInt, Repository rep, JobMeta jobMeta)
           
 
Method Summary
 void dispose()
           
 void getData()
          Copy information from the meta-data input to the dialog fields.
 boolean isUnconditional()
           
 JobEntryInterface open()
          Opens a JobEntryDialog and waits for the dialog to be confirmed or cancelled.
 boolean sshDirectoryExists(com.trilead.ssh2.SFTPv3Client sftpClient, String directory)
          Checks if a directory exists
 
Methods inherited from class org.pentaho.di.ui.job.entry.JobEntryDialog
addConnectionLine, addConnectionLine, addDatabases, selectDatabase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobEntrySSH2PUTDialog

public JobEntrySSH2PUTDialog(Shell parent,
                             JobEntryInterface jobEntryInt,
                             Repository rep,
                             JobMeta jobMeta)
Method Detail

open

public JobEntryInterface open()
Description copied from interface: JobEntryDialogInterface
Opens a JobEntryDialog and waits for the dialog to be confirmed or cancelled.

Specified by:
open in interface JobEntryDialogInterface
Returns:
the job entry interface if the dialog is confirmed, null otherwise

sshDirectoryExists

public boolean sshDirectoryExists(com.trilead.ssh2.SFTPv3Client sftpClient,
                                  String directory)
Checks if a directory exists

Parameters:
sftpClient -
directory -
Returns:
true, if directory exists

dispose

public void dispose()

getData

public void getData()
Copy information from the meta-data input to the dialog fields.


isUnconditional

public boolean isUnconditional()