- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 32 of file FolderFile.java.
◆ FolderFile()
org.turro.file.FolderFile.FolderFile |
( |
File |
file | ) |
|
Definition at line 34 of file FolderFile.java.
36 actions.add(
new AddFolderAction(
this));
37 actions.add(
new ZipAction(
this));
38 if(!
file.getAbsolutePath().contains(
"WEB-INF")) {
39 actions.add(
new GalleryAction(
this));
42 actions.add(
new RefreshAction());
List< FileAction > actions
◆ isMyType()
static boolean org.turro.file.FolderFile.isMyType |
( |
File |
file | ) |
|
|
static |
◆ zip()
void org.turro.file.FolderFile.zip |
( |
| ) |
throws IOException |
Definition at line 45 of file FolderFile.java.
46 String newZip =
file.getAbsolutePath() +
"/" +
file.getName() +
".zip";
47 new Zipper().goOn(newZip,
file.getAbsolutePath());
The documentation for this class was generated from the following file: