com.redstarhackers.craftsman.util
Class CraftsmanHelper

java.lang.Object
  extended by com.redstarhackers.craftsman.util.CraftsmanHelper

public class CraftsmanHelper
extends java.lang.Object

Class summary sentence. Class documentation.

Version:
$Revision: 147 $
Author:
$Author: kostya $

Field Summary
static java.lang.String CRAFTSMAN_HOME_ENVIRONMENT
           
static java.lang.String CRAFTSMAN_HOME_PROPERTY
           
 
Method Summary
static CraftsmanHelper getInstance(Project project)
          Retrieve the singleton instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CRAFTSMAN_HOME_PROPERTY

public static final java.lang.String CRAFTSMAN_HOME_PROPERTY
See Also:
Constant Field Values

CRAFTSMAN_HOME_ENVIRONMENT

public static final java.lang.String CRAFTSMAN_HOME_ENVIRONMENT
See Also:
Constant Field Values
Method Detail

getInstance

public static CraftsmanHelper getInstance(Project project)
Retrieve the singleton instance. This method calls the singleton initializer if the singleton is not initialized. The initializer is synchronized and thread safe.

Returns:
the singleton instance.