public class SftpCreateDirEvent extends SftpEvent
| Constructor and Description |
|---|
SftpCreateDirEvent(Sftp source,
java.lang.String directory,
java.lang.String path)
Creates a new SftpCreateDirEvent instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SftpListener listener)
The "backwards dispatching" support.
|
java.lang.String |
getDirectory()
Gets the name of the directory created.
|
java.lang.String |
getPath()
Gets the remote directory path this directory was created from
|
public SftpCreateDirEvent(Sftp source, java.lang.String directory, java.lang.String path)
source - the source of this eventdirectory - the directory createdpath - the remote directory path this directory was created frompublic java.lang.String getDirectory()
public java.lang.String getPath()
public void accept(SftpListener listener)
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved