net.fortuna.ical4j.model.component
Class VFreeBusyFactory

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

public class VFreeBusyFactory
extends AbstractComponentFactory
implements groovy.lang.GroovyObject

Author:
fortuna

Constructor Summary
VFreeBusyFactory()
           
 
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(PropertyList properties)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class net.fortuna.ical4j.model.component.AbstractComponentFactory
setChild
 
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

VFreeBusyFactory

public VFreeBusyFactory()
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
Overrides:
newInstance in class AbstractComponentFactory
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException

newInstance

protected java.lang.Object newInstance(PropertyList properties)
Specified by:
newInstance in class AbstractComponentFactory

getMetaClass

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

setMetaClass

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

invokeMethod

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

getProperty

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

setProperty

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


Copyright © 2004-2011 Modularity. All Rights Reserved.