Uses of Class
se.datadosen.jalbum.CircularFolderReferenceException

Package
Description
 
  • Uses of CircularFolderReferenceException in se.datadosen.jalbum

    Modifier and Type
    Method
    Description
    JAlbumUtilities.countCategories(AlbumObject folder)
    Return an object holding the number of objects per category under this folder.
    Usage examples:
    JAlbumUtilities.countCategories(currentFolder).getCount(Category.image); // Get number of images in current folder
    JAlbumUtilities.countCategories(currentFolder).getCount(Category.webPage); // Get number of web pages in current folder
    JAlbumUtilities.countCategories(currentFolder).getTotalCount()); // Get total number of objects in current folder
    JAlbumUtilities.countCategories(currentFolder).getFileCount()); // Get total number of files (not folders) in current folder
    JAlbumUtilities.countCategories(rootFolder, true); // Get total number of objects per category in album