fr.ens.transcriptome.doelan
Class DoelanRegistery

java.lang.Object
  extended byfr.ens.transcriptome.doelan.DoelanRegistery

public final class DoelanRegistery
extends java.lang.Object

Globals setting for the application

Author:
Laurent Jourdren

Method Summary
static java.lang.String about()
          Get information about the project.
static java.lang.String getAlternativeBrowserPath()
          Get the path of the alterantive web browser.
static java.util.Date getAppCompileDate()
          Get the date of the compilation.
static java.lang.String getAppCopyright()
          Get the copyright.
static java.lang.String getAppDescription()
          Get the description of the application.
static java.lang.String getAppName()
          Get the name of the application.
static java.lang.String getAppURL()
          Get the URL of the project.
static java.lang.String getAppVersion()
          Get the version of the application.
static java.lang.String getBrowserPath()
          Get the browser path.
static java.lang.String getCopyrightDate()
          Get the date of the copyright.
static int getDoelanChartHeigth()
          Get the height of the doelan charts.
static int getDoelanChartWidth()
          Get the width of the doelan charts.
static java.lang.String getDoelanDataDirectory()
          Get the absolute path of the directory for plugins.
static java.lang.String getDoelanReportDirectory()
          Get the absolute path of the directory for plugins.
static java.lang.String getOrganizationName()
          Get the name of the organization of the project.
static java.lang.String getOrganizationURL()
          Get the url of the organization
static java.lang.String getTestSuiteListFilename()
          Get the absolute path of the test suite list file.
static void init()
          Initialize default values.
static boolean isAppletMode()
          Test if applet mode is set.
static java.lang.String licence()
          Get information about the project.
static void setAppletMode(boolean appletMode)
          Set the applet mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static void init()
Initialize default values.


getTestSuiteListFilename

public static java.lang.String getTestSuiteListFilename()
Get the absolute path of the test suite list file.

Returns:
The path of this file

getDoelanDataDirectory

public static java.lang.String getDoelanDataDirectory()
Get the absolute path of the directory for plugins.

Returns:
The path of the directory for plugins

getDoelanReportDirectory

public static java.lang.String getDoelanReportDirectory()
Get the absolute path of the directory for plugins.

Returns:
The path of the directory for plugins

getAppName

public static java.lang.String getAppName()
Get the name of the application.

Returns:
The name of the application

getAppVersion

public static java.lang.String getAppVersion()
Get the version of the application.

Returns:
the name of the application

getAppDescription

public static java.lang.String getAppDescription()
Get the description of the application.

Returns:
the description of the application

getAppCompileDate

public static java.util.Date getAppCompileDate()
Get the date of the compilation.

Returns:
The date of the compilation

getAppURL

public static java.lang.String getAppURL()
Get the URL of the project.

Returns:
Get the URL of the project

getOrganizationName

public static java.lang.String getOrganizationName()
Get the name of the organization of the project.

Returns:
The name of the organization of the project

getOrganizationURL

public static java.lang.String getOrganizationURL()
Get the url of the organization

Returns:
The url of the organization of the project

getCopyrightDate

public static java.lang.String getCopyrightDate()
Get the date of the copyright.

Returns:
The date of the copyright

getAppCopyright

public static java.lang.String getAppCopyright()
Get the copyright.

Returns:
The copyright of the appplication.

about

public static java.lang.String about()
Get information about the project.

Returns:
a String with information about the project

licence

public static java.lang.String licence()
Get information about the project.

Returns:
a String with information about the project

getAlternativeBrowserPath

public static java.lang.String getAlternativeBrowserPath()
Get the path of the alterantive web browser.

Returns:
The path of the alternative path

getBrowserPath

public static java.lang.String getBrowserPath()
Get the browser path.

Returns:
The browser path

isAppletMode

public static boolean isAppletMode()
Test if applet mode is set.

Returns:
true if applet mode is set

setAppletMode

public static void setAppletMode(boolean appletMode)
Set the applet mode.

Parameters:
appletMode - The applet mode

getDoelanChartWidth

public static int getDoelanChartWidth()
Get the width of the doelan charts.

Returns:
The width in pixel of doelan charts

getDoelanChartHeigth

public static int getDoelanChartHeigth()
Get the height of the doelan charts.

Returns:
The width in pixel of doelan charts


Copyright © 2004-2005 École Normale Supérieure Microarray Platform. All Rights Reserved.