Uses of Class
org.apache.ftpserver.ftplet.Structure

Packages that use Structure
org.apache.ftpserver.ftplet   
org.apache.ftpserver.impl Internal classes, do not use directly! 
 

Uses of Structure in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet that return Structure
 Structure FtpSession.getStructure()
          Get structure.
static Structure Structure.parseArgument(char argument)
          Parses the argument value from the STRU command into the type safe class
static Structure Structure.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Structure[] Structure.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Structure in org.apache.ftpserver.impl
 

Methods in org.apache.ftpserver.impl that return Structure
 Structure DefaultFtpSession.getStructure()
          Get structure.
 Structure FtpIoSession.getStructure()
           
 

Methods in org.apache.ftpserver.impl with parameters of type Structure
 void FtpIoSession.setStructure(Structure structure)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.