net.fortuna.ical4j.model.component
Class XComponentFactory

java.lang.Object
  extended by groovy.util.AbstractFactory
      extended by net.fortuna.ical4j.model.component.XComponentFactory
All Implemented Interfaces:
groovy.lang.GroovyObject, groovy.util.Factory

public class XComponentFactory
extends groovy.util.AbstractFactory
implements groovy.lang.GroovyObject

Author:
fortuna

Constructor Summary
XComponentFactory()
           
 
Method Summary
 groovy.lang.MetaClass getMetaClass()
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args)
           
 java.lang.Object newInstance(groovy.util.FactoryBuilderSupport builder, java.lang.Object name, java.lang.Object value, java.util.Map attributes)
           
protected  java.lang.Object newInstance(java.lang.String name, PropertyList properties)
           
 void setChild(groovy.util.FactoryBuilderSupport build, java.lang.Object parent, java.lang.Object child)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class groovy.util.AbstractFactory
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XComponentFactory

public XComponentFactory()
Method Detail

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

newInstance

protected java.lang.Object newInstance(java.lang.String name,
                                       PropertyList properties)

setChild

public void setChild(groovy.util.FactoryBuilderSupport build,
                     java.lang.Object parent,
                     java.lang.Object child)
Specified by:
setChild in interface groovy.util.Factory
Overrides:
setChild in class groovy.util.AbstractFactory

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public java.lang.Object invokeMethod(java.lang.String name,
                                     java.lang.Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public java.lang.Object getProperty(java.lang.String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject


Copyright © 2004-2011 Modularity. All Rights Reserved.