public interface ProjectContext
The project context used by a Profile
Type Params | Return Type | Name and description |
---|---|---|
|
public File |
getBaseDir()
|
|
public ConfigMap |
getConfig()
|
|
public GrailsConsole |
getConsole()
|
|
public String |
navigateConfig(String path) Obtains a value from the codegen configuration |
<T> |
public T |
navigateConfigForType(Class<T> requiredType, String path) Obtains a value of the given type from the codegen configuration |
Obtains a value from the codegen configuration
path
- The path to value