public class JobEntrySSH2PUTDialog extends JobEntryDialog implements org.pentaho.di.job.entry.JobEntryDialogInterface
loggingObject
Constructor and Description |
---|
JobEntrySSH2PUTDialog(org.eclipse.swt.widgets.Shell parent,
org.pentaho.di.job.entry.JobEntryInterface jobEntryInt,
org.pentaho.di.repository.Repository rep,
org.pentaho.di.job.JobMeta jobMeta) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
getData()
Copy information from the meta-data input to the dialog fields.
|
boolean |
isUnconditional() |
org.pentaho.di.job.entry.JobEntryInterface |
open() |
boolean |
sshDirectoryExists(com.trilead.ssh2.SFTPv3Client sftpClient,
String directory)
Checks if a directory exists
|
addConnectionLine, addConnectionLine, addDatabases, getMetaStore, selectDatabase, setMetaStore
public JobEntrySSH2PUTDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.job.entry.JobEntryInterface jobEntryInt, org.pentaho.di.repository.Repository rep, org.pentaho.di.job.JobMeta jobMeta)
public org.pentaho.di.job.entry.JobEntryInterface open()
open
in interface org.pentaho.di.job.entry.JobEntryDialogInterface
public boolean sshDirectoryExists(com.trilead.ssh2.SFTPv3Client sftpClient, String directory)
sftpClient
- directory
- public void dispose()
public void getData()
public boolean isUnconditional()