Griffon 1.2.0

org.codehaus.griffon.cli
[Java] Class GriffonScriptRunner.GantCustomizer

java.lang.Object
  org.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

CHECK_VERSION_EXCLUSIONS

private final String[] CHECK_VERSION_EXCLUSIONS


CONFIGURE_PROXY_EXCLUSIONS

private final String[] CONFIGURE_PROXY_EXCLUSIONS


FRAMEWORK_PLUGIN_INCLUSIONS

private final String[] FRAMEWORK_PLUGIN_INCLUSIONS


RESOLVE_DEPENDENCIES_EXCLUSIONS

private final String[] RESOLVE_DEPENDENCIES_EXCLUSIONS


binding

private final Binding binding


gant

private final Gant gant


prepared

private boolean prepared


settings

private final BuildSettings settings


 
Constructor Detail

GriffonScriptRunner.GantCustomizer

private GriffonScriptRunner.GantCustomizer(BuildSettings settings, Binding binding, Gant gant)


 
Method Detail

isExcluded

private boolean isExcluded(String str, String[] exclusions)


isExcludedFromDependencyResolution

private boolean isExcludedFromDependencyResolution(String scriptName)


prepareTargets

public void prepareTargets()


scriptFileFor

private File scriptFileFor(String scriptName)


setupScript

private void setupScript(String scriptName)


 

Groovy Documentation