net.sourceforge.jfacets.groovy
Class GroovyFacetDescriptor
java.lang.Object
net.sourceforge.jfacets.FacetDescriptor
net.sourceforge.jfacets.groovy.GroovyFacetDescriptor
public class GroovyFacetDescriptor
- extends FacetDescriptor
An extension of the FacetDescriptor class for
GroovyFacets, with an additional scriptFile property
that points to the Groovy Script file.
|
Method Summary |
java.lang.Class |
getFacetClass()
|
java.io.File |
getScriptFile()
return the groovy script file for this descriptor |
void |
setScriptFile(java.io.File scriptFile)
set the groovy script file for this descriptor |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroovyFacetDescriptor
public GroovyFacetDescriptor()
getScriptFile
public java.io.File getScriptFile()
- return the groovy script file for this descriptor
setScriptFile
public void setScriptFile(java.io.File scriptFile)
- set the groovy script file for this descriptor
getFacetClass
public java.lang.Class getFacetClass()
- Overrides:
getFacetClass in class FacetDescriptor
toString
public java.lang.String toString()
- Overrides:
toString in class FacetDescriptor
Copyright © 2011. All Rights Reserved.