jasco
Class JascoCorePlugin

java.lang.Object
  extended by AbstractUIPlugin
      extended by jasco.JascoCorePlugin

public class JascoCorePlugin
extends AbstractUIPlugin

Author:
Niels Joncheere

Field Summary
static java.lang.String FILE_SEPARATOR
           
 
Constructor Summary
JascoCorePlugin()
          The constructor This class does not completely implement the singleton design pattern, because the visibility of its constructor is not private.
 
Method Summary
static JascoCorePlugin getInstance()
          Returns the single plug-in instance.
static java.lang.String getJascoJarFile()
          Retrieves the jar file containing the JAsCo run-time environment.
static java.lang.String getJascoLibsJarFile()
          Retrieves the jar file containing the libraries JAsCo depends on.
static java.lang.String getPluginPath()
          Retrieves the installation path of the plug-in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_SEPARATOR

public static final java.lang.String FILE_SEPARATOR
Constructor Detail

JascoCorePlugin

public JascoCorePlugin()
The constructor This class does not completely implement the singleton design pattern, because the visibility of its constructor is not private. Changing this would make the class incompatible with the Eclipse framework.

Method Detail

getInstance

public static JascoCorePlugin getInstance()
Returns the single plug-in instance.


getJascoJarFile

public static java.lang.String getJascoJarFile()
Retrieves the jar file containing the JAsCo run-time environment.


getJascoLibsJarFile

public static java.lang.String getJascoLibsJarFile()
Retrieves the jar file containing the libraries JAsCo depends on.


getPluginPath

public static java.lang.String getPluginPath()
Retrieves the installation path of the plug-in.

Returns:
The installation path