Groovy Documentation

com.linkedin.gradle.dustjs
[Groovy] Class DustCompiler

java.lang.Object
  com.linkedin.gradle.dustjs.DustCompiler

class DustCompiler

Property Summary
Scriptable globalScope

 
Constructor Summary
DustCompiler(java.lang.String fileName)

 
Method Summary
java.lang.String compile(java.lang.String templateName, java.lang.String source)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

globalScope

Scriptable globalScope


 
Constructor Detail

DustCompiler

DustCompiler(java.lang.String fileName)


 
Method Detail

compile

java.lang.String compile(java.lang.String templateName, java.lang.String source)


 

Groovy Documentation