|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgriffon.util.AbstractBuildSettings
public abstract class AbstractBuildSettings
Methods optimized to Java for the BuildSettings class.
Field Summary | |
---|---|
protected Map |
cache
Used to cache results of certain expensive operations |
protected ConfigObject |
config
The settings stored in the project's BuildConfig.groovy file if there is one. |
protected Map |
flatConfig
Flattened version of the ConfigObject for easy access from Java |
protected File |
projectPluginsDir
The location where project-specific plugins are installed to. |
protected boolean |
projectPluginsDirSet
|
Constructor Summary | |
AbstractBuildSettings()
|
Method Summary | |
---|---|
void
|
clearCache()
Clears any locally cached values |
void
|
debug(String msg)
|
File
|
getBaseDir()
|
ConfigObject
|
getConfig()
|
String
|
getDefaultAnswerNonInteractive()
|
File
|
getProjectPluginsDir()
|
boolean
|
isDebugEnabled()
|
void
|
setConfig(ConfigObject config)
|
void
|
setProjectPluginsDir(File projectPluginsDir)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected Map cache
protected ConfigObject config
@SuppressWarnings("rawtypes") protected Map flatConfig
protected File projectPluginsDir
protected boolean projectPluginsDirSet
Constructor Detail |
---|
AbstractBuildSettings()
Method Detail |
---|
void clearCache()
public void debug(String msg)
File getBaseDir()
public ConfigObject getConfig()
public String getDefaultAnswerNonInteractive()
public File getProjectPluginsDir()
public boolean isDebugEnabled()
public void setConfig(ConfigObject config)
public void setProjectPluginsDir(File projectPluginsDir)
Groovy Documentation