FTP-Server API

Uses of Class
setup.NoSuchOptionException

Packages that use NoSuchOptionException
setup   
 

Uses of NoSuchOptionException in setup
 

Methods in setup that throw NoSuchOptionException
 void XMLTag.removeOption(String optionName)
          Deletes an option from the Tag.
 void XMLTag.setOptionValue(String optionName, String optionValue)
          Sets the value of an option in this tag.
 String XMLTag.getOptionValue(String optionName)
          Gets the value of an option in this tag.
 


FTP-Server API