Griffon 1.2.0

org.codehaus.griffon.cli
[Groovy] Class ScriptNameResolver

java.lang.Object
  org.codehaus.griffon.cli.ScriptNameResolver

class ScriptNameResolver

Authors:
Andres Almiray
Dierk Koenig
Since:
0.9.0


Constructor Summary
ScriptNameResolver()

 
Method Summary
static boolean resolvesTo(String scriptName, String scriptFileName)

Matches a camelCase scriptName to a potential scriptFileName in canonical form.

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ScriptNameResolver

ScriptNameResolver()


 
Method Detail

resolvesTo

static boolean resolvesTo(String scriptName, String scriptFileName)
Matches a camelCase scriptName to a potential scriptFileName in canonical form.

The following scriptNames match FooBar: FB, FoB, FBa


 

Groovy Documentation