|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.griffon.cli.GriffonScriptRunner.GantCustomizer
public class GriffonScriptRunner.GantCustomizer
Field Summary | |
---|---|
private String[] |
CHECK_VERSION_EXCLUSIONS
|
private String[] |
CONFIGURE_PROXY_EXCLUSIONS
|
private String[] |
FRAMEWORK_PLUGIN_INCLUSIONS
|
private String[] |
RESOLVE_DEPENDENCIES_EXCLUSIONS
|
private Binding |
binding
|
private Gant |
gant
|
private boolean |
prepared
|
private BuildSettings |
settings
|
Constructor Summary | |
private GriffonScriptRunner.GantCustomizer(BuildSettings settings, Binding binding, Gant gant)
|
Method Summary | |
---|---|
private boolean
|
isExcluded(String str, String[] exclusions)
|
private boolean
|
isExcludedFromDependencyResolution(String scriptName)
|
void
|
prepareTargets()
|
private File
|
scriptFileFor(String scriptName)
|
private void
|
setupScript(String scriptName)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private final String[] CHECK_VERSION_EXCLUSIONS
private final String[] CONFIGURE_PROXY_EXCLUSIONS
private final String[] FRAMEWORK_PLUGIN_INCLUSIONS
private final String[] RESOLVE_DEPENDENCIES_EXCLUSIONS
private final Binding binding
private final Gant gant
private boolean prepared
private final BuildSettings settings
Constructor Detail |
---|
private GriffonScriptRunner.GantCustomizer(BuildSettings settings, Binding binding, Gant gant)
Method Detail |
---|
private boolean isExcluded(String str, String[] exclusions)
private boolean isExcludedFromDependencyResolution(String scriptName)
public void prepareTargets()
private File scriptFileFor(String scriptName)
private void setupScript(String scriptName)
Groovy Documentation