FTP-Server API

Uses of Class
setup.XMLTag

Packages that use XMLTag
graphic   
server   
server.services   
setup   
 

Uses of XMLTag in graphic
 

Methods in graphic that return XMLTag
 XMLTag UserAdmin.getNewDir(String navn)
           
 XMLTag GroupAdmin.getNewDir(String navn)
           
 

Methods in graphic with parameters of type XMLTag
 void UserAdmin.setGroup(XMLTag xml)
           
 void GroupAdmin.setGroup(XMLTag xml)
           
 

Uses of XMLTag in server
 

Methods in server that return XMLTag
 XMLTag UserSession.getClientTag()
          Returns the clients own XMLTag.
static XMLTag Conf.getRoot()
          Returns the entire "root" of the server.
static XMLTag[] Conf.getUsers()
          Searches for users i in both 'Users.User' and 'Users.Usergroup'.
static XMLTag[] Conf.getGroups()
          Looks for usergroups in 'Users.Usergroup'
static XMLTag[] Conf.concat(XMLTag[] newArr, XMLTag[] oldArr)
          Concatinates to arrays of XMLTags. oldArr will be first in the new array, and newArr last.
static XMLTag[] Conf.getDirectoriesFromUser(XMLTag user)
          All directories tags for a user and its usergroups.
 

Methods in server with parameters of type XMLTag
static XMLTag[] Conf.concat(XMLTag[] newArr, XMLTag[] oldArr)
          Concatinates to arrays of XMLTags. oldArr will be first in the new array, and newArr last.
static XMLTag[] Conf.concat(XMLTag[] newArr, XMLTag[] oldArr)
          Concatinates to arrays of XMLTags. oldArr will be first in the new array, and newArr last.
static String Conf.getUserOption(XMLTag t, String option)
          Seeks out an users option.
static XMLTag[] Conf.getDirectoriesFromUser(XMLTag user)
          All directories tags for a user and its usergroups.
 

Uses of XMLTag in server.services
 

Fields in server.services declared as XMLTag
 XMLTag Session.xml
           
 

Constructors in server.services with parameters of type XMLTag
FileSystem(XMLTag xml)
           
 

Uses of XMLTag in setup
 

Fields in setup declared as XMLTag
 XMLTag XMLParser.XML
          The main tag describes the root of the XML-structure.
 

Methods in setup that return XMLTag
 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.
 XMLTag[] XMLTag.getSubTags()
          Returns all the subTags of this class.
protected  XMLTag XMLTag.addTagFromFile(String tagName)
          Adds a sub-Tag to this tag.
 XMLTag XMLTag.getParent()
          The tag, that this tag has been addd to.
 

Methods in setup with parameters of type XMLTag
 void XMLTag.addTag(XMLTag newTag)
          Adds a new tag to this tag.
 boolean XMLTag.removeTag(XMLTag oldTag)
          Removes a tag from this tag.
 


FTP-Server API