|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.modules.pdfproducerarchive.utils.FilesUtils
public final class FilesUtils
FilesUtils
Method Summary | |
---|---|
static java.lang.String |
builNamePathBasket(int nIdAdminUser,
int nIdDirectory)
build path name to generate files |
static void |
cleanTemporyZipDirectory(java.lang.String strTempDirectory)
method to clean a specific repository |
static void |
createTemporyZipDirectory(java.lang.String strPath)
method to create a specific repository |
static void |
getAllFilesRecorded(javax.servlet.http.HttpServletRequest request,
java.lang.String strTempDirectoryExtract,
java.util.List<java.lang.Integer> listIdEntryConfig,
int nIdRecord)
Thie method get all recorded files |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void cleanTemporyZipDirectory(java.lang.String strTempDirectory)
strTempDirectory
- name of repositorypublic static void createTemporyZipDirectory(java.lang.String strPath)
strPath
- repository pathpublic static void getAllFilesRecorded(javax.servlet.http.HttpServletRequest request, java.lang.String strTempDirectoryExtract, java.util.List<java.lang.Integer> listIdEntryConfig, int nIdRecord)
request
- requeststrTempDirectoryExtract
- the temporary directory for extractionlistIdEntryConfig
- config list of id entrynIdRecord
- the id recordpublic static java.lang.String builNamePathBasket(int nIdAdminUser, int nIdDirectory)
nIdAdminUser
- id admin usernIdDirectory
- id directory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |