| Package | Description |
|---|---|
| de.alpharogroup.file.rename |
Provides classes for renaming files or directories.
|
| de.alpharogroup.file.zip |
Provides classes for zipping and unzipping zip files.
|
| Modifier and Type | Method and Description |
|---|---|
static List<File> |
RenameFileExtensions.changeAllFilenameSuffix(File file,
String oldSuffix,
String newSuffix)
Changes all the Filenames with the new Suffix recursively.
|
static List<File> |
RenameFileExtensions.changeAllFilenameSuffix(File file,
String oldSuffix,
String newSuffix,
boolean delete)
Changes all the Filenames with the new Suffix recursively.
|
static boolean |
RenameFileExtensions.changeFilenameSuffix(File file,
String newSuffix)
Changes the suffix from the Filename.
|
static boolean |
RenameFileExtensions.changeFilenameSuffix(File file,
String newSuffix,
boolean delete)
Changes the suffix from the Filename.
|
static boolean |
RenameFileExtensions.renameFile(File fileToRename,
String newFileNameWithoutAbsolutPath)
This method renames a given file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ZipExtensions.zip(File fileToZip,
File zipFile)
Zip the given file.
|
static void |
ZipExtensions.zip(File dirToZip,
File zipFile,
FilenameFilter filter)
Zip the given file.
|
static void |
ZipExtensions.zip(File dirToZip,
File zipFile,
FilenameFilter filter,
boolean createFile)
Zip the given file.
|
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.