org.jtheque.core.managers.core.io
Interface IFoldersContainer

All Known Implementing Classes:
Folders

public interface IFoldersContainer

Author:
Baptiste Wicht

Method Summary
 java.io.File getApplicationFolder()
          Return the application folder.
 java.io.File getCacheFolder()
          Return the cacge folder.
 java.io.File getLibrairiesFolder()
          Return the libraries folder.
 java.io.File getLogsFolder()
          Returns the logs folder.
 java.io.File getModulesFolder()
          Return the modules folder.
 java.io.File getSkinsFolder()
          Return the skins folder.
 java.lang.String getTempFolderPath()
          Return the path to the temporary folder.
 

Method Detail

getApplicationFolder

java.io.File getApplicationFolder()
Return the application folder. It seems the root folder where the application is launched.

Returns:
The File object who denotes the application folder.

getSkinsFolder

java.io.File getSkinsFolder()
Return the skins folder. It seems the folder where the skins are located.

Returns:
The File object who denotes the skins folder.

getLogsFolder

java.io.File getLogsFolder()
Returns the logs folder. It seems the folder where the logs are located.

Returns:
the File object who denotes the logs folder.

getLibrairiesFolder

java.io.File getLibrairiesFolder()
Return the libraries folder. It seems the folder where the librairies are located.

Returns:
The File object who denotes the libraries folder.

getModulesFolder

java.io.File getModulesFolder()
Return the modules folder. It seems the folder where the modules are located.

Returns:
The File object who denotes the modules folder.

getCacheFolder

java.io.File getCacheFolder()
Return the cacge folder. It seems the folder where the cache are located.

Returns:
The File object who denotes the cache folder.

getTempFolderPath

java.lang.String getTempFolderPath()
Return the path to the temporary folder.

Returns:
The path to the temporary folder.


Copyright © 2009 JTheque. All Rights Reserved.