org.jtheque.core.managers.core.io
Interface IFilesContainer

All Known Implementing Classes:
Files

public interface IFilesContainer

Author:
Baptiste Wicht

Method Summary
 java.lang.String getForumURL()
          Return the URL to the forum.
 java.io.File getLauncherFile()
          Return the launcher file of the application.
 java.io.File getLogsFile()
          Return the log file of the application.
 java.lang.String getMakeDonationURL()
          Return the URL to the make donation page.
 java.lang.String getOnlineHelpURL()
          Return the URL to the online help.
 java.io.File getServerLogsFile()
          Return the log file of the HSQL server.
 java.lang.String getVersionsFileURL()
          Return the path to the versions file.
 

Method Detail

getLauncherFile

java.io.File getLauncherFile()
Return the launcher file of the application.

Returns:
The launcher file.

getLogsFile

java.io.File getLogsFile()
Return the log file of the application.

Returns:
The log file.

getServerLogsFile

java.io.File getServerLogsFile()
Return the log file of the HSQL server.

Returns:
The log file for HSQL.

getVersionsFileURL

java.lang.String getVersionsFileURL()
Return the path to the versions file.

Returns:
The path to the versions file.

getOnlineHelpURL

java.lang.String getOnlineHelpURL()
Return the URL to the online help.

Returns:
The URL to the online help.

getForumURL

java.lang.String getForumURL()
Return the URL to the forum.

Returns:
The URL to the forum.

getMakeDonationURL

java.lang.String getMakeDonationURL()
Return the URL to the make donation page.

Returns:
The URL to the make donation page.


Copyright © 2009 JTheque. All Rights Reserved.