|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovy.lang.MetaClassImpl
org.crsh.jcr.NodeMetaClass
public class NodeMetaClass
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class groovy.lang.MetaClassImpl |
|---|
groovy.lang.MetaClassImpl.Index |
| Field Summary |
|---|
| Fields inherited from class groovy.lang.MetaClassImpl |
|---|
getPropertyMethod, INVOKE_METHOD_METHOD, invokeMethodMethod, isGroovyObject, isMap, metaMethodIndex, METHOD_MISSING, PROPERTY_MISSING, registry, setPropertyMethod, STATIC_METHOD_MISSING, STATIC_PROPERTY_MISSING, theCachedClass, theClass |
| Constructor Summary | |
|---|---|
NodeMetaClass(groovy.lang.MetaClassRegistry registry,
Class<? extends javax.jcr.Node> theClass)
|
|
| Method Summary | |
|---|---|
Object |
getProperty(Object object,
String property)
|
Object |
invokeMethod(Object object,
String name,
Object[] args)
|
void |
setProperty(Object object,
String property,
Object newValue)
|
static void |
setup()
|
| Methods inherited from class groovy.lang.MetaClassImpl |
|---|
addMetaBeanProperty, addMetaMethod, addMetaMethodToIndex, addNewInstanceMethod, addNewStaticMethod, checkIfGroovyObjectMethod, checkInitalised, chooseMethod, clearInvocationCaches, createConstructorSite, createPogoCallCurrentSite, createPogoCallSite, createPojoCallSite, createStaticSite, dropMethodCache, dropStaticMethodCache, findMethodInClassHierarchy, findMixinMethod, findOwnMethod, findPropertyInClassHierarchy, getAdditionalMetaMethods, getAttribute, getAttribute, getAttribute, getClassInfo, getClassNode, getEffectiveGetMetaProperty, getMetaMethod, getMetaMethods, getMetaProperty, getMethods, getMethodWithCaching, getMethodWithoutCaching, getProperties, getProperty, getStaticMetaMethod, getSubclassMetaMethods, getSuperClasses, getTheCachedClass, getTheClass, getVersion, hasProperty, incVersion, initialize, invokeConstructor, invokeConstructorAt, invokeMethod, invokeMethod, invokeMissingMethod, invokeMissingProperty, invokeStaticMethod, invokeStaticMissingProperty, isGroovyObject, isInitialized, isModified, onGetPropertyFoundInHierarchy, onInvokeMethodFoundInHierarchy, onMixinMethodFound, onSetPropertyFoundInHierarchy, onSuperMethodFoundInHierarchy, onSuperPropertyFoundInHierarchy, pickMethod, respondsTo, respondsTo, retrieveConstructor, retrieveMethod, retrieveStaticMethod, selectConstructorAndTransformArguments, setAttribute, setAttribute, setProperties, setProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NodeMetaClass(groovy.lang.MetaClassRegistry registry,
Class<? extends javax.jcr.Node> theClass)
throws IntrospectionException
IntrospectionException| Method Detail |
|---|
public static void setup()
public Object invokeMethod(Object object,
String name,
Object[] args)
invokeMethod in interface groovy.lang.MetaObjectProtocolinvokeMethod in class groovy.lang.MetaClassImpl
public Object getProperty(Object object,
String property)
getProperty in interface groovy.lang.MetaObjectProtocolgetProperty in class groovy.lang.MetaClassImpl
public void setProperty(Object object,
String property,
Object newValue)
setProperty in interface groovy.lang.MetaObjectProtocolsetProperty in class groovy.lang.MetaClassImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||