public class Directory extends FileSystemElement
Modifier and Type | Method and Description |
---|---|
boolean |
access(Set passwords) |
int |
countImages() |
FileSystemElement[] |
getAccessibleAll(Set passwords) |
Directory[] |
getAccessibleChild(Set password) |
FileSystemElement[] |
getAll() |
Directory[] |
getChild() |
Image[] |
getImages() |
Set |
getPasswords()
return a set with the password for acces to this directory.
|
int |
lastPage(int imagesPerPage) |
getFullName, getId, getLinkName, getName
public Directory(String path) throws PathNotExistException
PathNotExistException
public boolean access(Set passwords)
public Directory[] getChild()
public FileSystemElement[] getAccessibleAll(Set passwords)
public FileSystemElement[] getAll()
public Image[] getImages()
public int countImages()
public int lastPage(int imagesPerPage)
public Set getPasswords()
Copyright © 2012-2018. All Rights Reserved.