Griffon 0.9.5-rc2

org.codehaus.griffon.runtime.core
[Java] Class DefaultGriffonServiceClass

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractGriffonClass
      org.codehaus.griffon.runtime.core.DefaultGriffonClass
          org.codehaus.griffon.runtime.core.DefaultGriffonServiceClass
All Implemented Interfaces:
GriffonServiceClass

public class DefaultGriffonServiceClass
extends DefaultGriffonClass

Authors:
Andres Almiray
Since:
0.9.1


Field Summary
protected Set serviceCache

 
Fields inherited from class AbstractGriffonClass
app, classPropertyFetcher, clazz, eventsCache, fullName, log, logicalPropertyName, name, naturalName, packageName, propertyName, shortName, type
 
Constructor Summary
DefaultGriffonServiceClass(GriffonApplication app, Class clazz)

 
Method Summary
String[] getServiceNames()

void resetCaches()

 
Methods inherited from class AbstractGriffonClass
equals, getApp, getArtifactType, getClazz, getEventNames, getFullName, getGroovyProperty, getLogicalPropertyName, getMetaClass, getMetaProperties, getName, getNaturalName, getPackageName, getPropertiesWithFields, getPropertyDescriptors, getPropertyName, getPropertyOrStaticPropertyOrFieldValue, getPropertyType, getPropertyValue, getPropertyValue, getPropertyValueObject, getReferenceInstance, getShortName, getStaticPropertyValue, hasMetaMethod, hasMetaMethod, hasMetaProperty, hasProperty, hashCode, isClosureMetaProperty, isReadableProperty, newInstance, resetCaches, returnOnlyIfInstanceOf, setMetaClass, toString, updateMetaClass
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

serviceCache

protected final Set serviceCache


 
Constructor Detail

DefaultGriffonServiceClass

public DefaultGriffonServiceClass(GriffonApplication app, Class clazz)


 
Method Detail

getServiceNames

public String[] getServiceNames()


resetCaches

public void resetCaches()


 

Groovy Documentation