Uses of Class
com.sun.identity.sm.flatfile.SMSFlatFileTreeNode
-
Packages that use SMSFlatFileTreeNode Package Description com.sun.identity.sm.flatfile -
-
Uses of SMSFlatFileTreeNode in com.sun.identity.sm.flatfile
Methods in com.sun.identity.sm.flatfile that return SMSFlatFileTreeNode Modifier and Type Method Description static SMSFlatFileTreeNodeSMSFlatFileTreeNode. createTree(String xml, Debug debug)Creates directory tree from a XML.SMSFlatFileTreeNodeSMSFlatFileTreeNode. getChild(String dn)Returns the node of a given distinguished name.SMSFlatFileTreeNodeSMSFlatFileTreeNode. getParentNode()Returns parent node.Methods in com.sun.identity.sm.flatfile with parameters of type SMSFlatFileTreeNode Modifier and Type Method Description booleanSMSFlatFileTreeNode. addChild(SMSFlatFileTreeNode child)Adds child.protected voidSMSEnhancedFlatFileObject. deleteSunXmlKeyValFiles(SMSFlatFileTreeNode node)Delete sunxmlkeyvalue files under the given node.booleanSMSFlatFileTreeNode. removeChild(SMSFlatFileTreeNode node, String baseDir)Removes a child node from the tree.
-