Package com.gnizr.db.dao.folder

Examples of com.gnizr.db.dao.folder.FoldersParser


   * white-spaces are parsed and stored in a <code>List</code> object. Each element
   * in the list represents a folder name.
   * @return a list of parsed folder names.
   */
  public List<String> getFolderList(){
    FoldersParser parser = new FoldersParser(getFolders());
    return parser.getFolderNames();
  }
View Full Code Here

TOP

Related Classes of com.gnizr.db.dao.folder.FoldersParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.