- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 26 of file DirectorySet.java.
◆ containsDir()
boolean org.turro.wd.files.DirectorySet.containsDir |
( |
String |
dir | ) |
|
◆ getDir()
Directory org.turro.wd.files.DirectorySet.getDir |
( |
String |
dir | ) |
|
Definition at line 32 of file DirectorySet.java.
33 for(Directory d :
this) {
34 if(d.getName().equals(dir)) {
38 for(Directory d :
this) {
39 if(d.getSystemName().equals(dir)) {
The documentation for this class was generated from the following file: