|
| | PathSet (List< String > list, String currPath, boolean showAll) |
| |
- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 27 of file PathSet.java.
◆ PathSet()
| org.turro.attach.search.PathSet.PathSet |
( |
List< String > |
list, |
|
|
String |
currPath, |
|
|
boolean |
showAll |
|
) |
| |
Definition at line 29 of file PathSet.java.
31 for(String a : list) {
35 String folderName = a.substring(currPath.length() + 1);
36 int p = folderName.indexOf(
"/");
38 add(folderName.substring(0, p));
The documentation for this class was generated from the following file: