org.jtheque.core.managers.core.io
Class Files

java.lang.Object
  extended by org.jtheque.core.managers.core.io.Files
All Implemented Interfaces:
IFilesContainer

public final class Files
extends java.lang.Object
implements IFilesContainer

Give access to the files of the application.

Author:
Baptiste Wicht

Constructor Summary
Files()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Files

public Files()
Method Detail

getLauncherFile

public java.io.File getLauncherFile()
Description copied from interface: IFilesContainer
Return the launcher file of the application.

Specified by:
getLauncherFile in interface IFilesContainer
Returns:
The launcher file.

getLogsFile

public java.io.File getLogsFile()
Description copied from interface: IFilesContainer
Return the log file of the application.

Specified by:
getLogsFile in interface IFilesContainer
Returns:
The log file.

getServerLogsFile

public java.io.File getServerLogsFile()
Description copied from interface: IFilesContainer
Return the log file of the HSQL server.

Specified by:
getServerLogsFile in interface IFilesContainer
Returns:
The log file for HSQL.

getVersionsFileURL

public java.lang.String getVersionsFileURL()
Description copied from interface: IFilesContainer
Return the path to the versions file.

Specified by:
getVersionsFileURL in interface IFilesContainer
Returns:
The path to the versions file.

getOnlineHelpURL

public java.lang.String getOnlineHelpURL()
Description copied from interface: IFilesContainer
Return the URL to the online help.

Specified by:
getOnlineHelpURL in interface IFilesContainer
Returns:
The URL to the online help.

getForumURL

public java.lang.String getForumURL()
Description copied from interface: IFilesContainer
Return the URL to the forum.

Specified by:
getForumURL in interface IFilesContainer
Returns:
The URL to the forum.

getMakeDonationURL

public java.lang.String getMakeDonationURL()
Description copied from interface: IFilesContainer
Return the URL to the make donation page.

Specified by:
getMakeDonationURL in interface IFilesContainer
Returns:
The URL to the make donation page.


Copyright © 2009 JTheque. All Rights Reserved.