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.
GroovyFacetDescriptor
public GroovyFacetDescriptor()
getScriptFile
public File getScriptFile()
- return the groovy script file for this descriptor
setScriptFile
public void setScriptFile(File scriptFile)
- set the groovy script file for this descriptor
getFacetClass
public Class getFacetClass()
- Overrides:
getFacetClass in class FacetDescriptor
toString
public String toString()
- Overrides:
toString in class FacetDescriptor
Copyright © 2012. All Rights Reserved.