FTP-Server API

Uses of Class
setup.NoSuchTagException

Packages that use NoSuchTagException
setup   
 

Uses of NoSuchTagException in setup
 

Subclasses of NoSuchTagException in setup
 class NoSuchOptionException
           
 

Methods in setup that throw NoSuchTagException
 void XMLTag.setQuickOptionValue(String optionName, String optionValue)
          Sets the value of an option.
 String XMLTag.getQuickOptionValue(String optionName)
          Quick way to find a value from tag-string of a certain syntax (Users.User.name)
 XMLTag[] XMLTag.getTagsLike(String tagName)
          Finds all tags, that has the passed Name, Syntax (Users.User).
 XMLTag XMLTag.getTagLike(String tagName)
          Finds the first tag, that has the passed name.
 

Constructors in setup that throw NoSuchTagException
XMLParser(File file)
          Makes an XMLParser, and parses the passed file into its structure.
 


FTP-Server API