net.sourceforge.jfacets.groovy
Class GroovyFacetDescriptor

java.lang.Object
  extended by net.sourceforge.jfacets.FacetDescriptor
      extended by 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.


Constructor Summary
GroovyFacetDescriptor()
           
 
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 net.sourceforge.jfacets.FacetDescriptor
getName, getProfileId, getTargetObjectType, setFacetClass, setName, setProfileId, setTargetObjectType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroovyFacetDescriptor

public GroovyFacetDescriptor()
Method Detail

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.