Added javadoc warning to FolderPack about directories
This commit is contained in:
parent
ef276e421f
commit
376299dddd
1 changed files with 5 additions and 0 deletions
|
@ -304,6 +304,11 @@ public class FTLDat {
|
||||||
* Files can be independently added/removed/altered
|
* Files can be independently added/removed/altered
|
||||||
* directly, so long as this class is not busy
|
* directly, so long as this class is not busy
|
||||||
* at the time.
|
* at the time.
|
||||||
|
*
|
||||||
|
* The contains() method returns true for directories,
|
||||||
|
* but remove() will not delete them. The list()
|
||||||
|
* method will not include directories themselves,
|
||||||
|
* only files within.
|
||||||
*/
|
*/
|
||||||
public static class FolderPack extends AbstractPack {
|
public static class FolderPack extends AbstractPack {
|
||||||
private File rootDir;
|
private File rootDir;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue