edtFTPj/Free - Open-source FTP library for Java | Download


com.enterprisedt.net.ftp
Class DirectoryListArgument

java.lang.Object
  extended by com.enterprisedt.net.ftp.DirectoryListArgument

public class DirectoryListArgument
extends java.lang.Object

Argument object used to provide directory listing information

Version:
$Revision: 1.2 $
Author:
Bruce Blackshaw

Constructor Summary
DirectoryListArgument(FTPFile entry)
           
 
Method Summary
 void abortListing()
           
 FTPFile getEntry()
           
 boolean isListingAborted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryListArgument

public DirectoryListArgument(FTPFile entry)
Method Detail

getEntry

public FTPFile getEntry()

abortListing

public void abortListing()

isListingAborted

public boolean isListingAborted()


Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.