net.fortuna.mstor.search
Class MessageNumberTermFactory
java.lang.Object
groovy.util.AbstractFactory
net.fortuna.mstor.search.MessageNumberTermFactory
- All Implemented Interfaces:
- groovy.lang.GroovyObject, groovy.util.Factory
public class MessageNumberTermFactory
- extends groovy.util.AbstractFactory
- implements groovy.lang.GroovyObject
Method Summary |
groovy.lang.MetaClass |
getMetaClass()
|
java.lang.Object |
getProperty(java.lang.String property)
|
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments)
|
java.lang.Object |
newInstance(groovy.util.FactoryBuilderSupport builder,
java.lang.Object name,
java.lang.Object value,
java.util.Map attributes)
|
void |
setMetaClass(groovy.lang.MetaClass mc)
|
void |
setProperty(java.lang.String property,
java.lang.Object value)
|
Methods inherited from class groovy.util.AbstractFactory |
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageNumberTermFactory
public MessageNumberTermFactory()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interface groovy.lang.GroovyObject
invokeMethod
public java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
getProperty
public java.lang.Object getProperty(java.lang.String property)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
setProperty
public void setProperty(java.lang.String property,
java.lang.Object value)
- Specified by:
setProperty
in interface groovy.lang.GroovyObject
newInstance
public java.lang.Object newInstance(groovy.util.FactoryBuilderSupport builder,
java.lang.Object name,
java.lang.Object value,
java.util.Map attributes)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException
- Specified by:
newInstance
in interface groovy.util.Factory
- Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
Copyright © 2004-2011 Micronode. All Rights Reserved.