|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base Configuration
interface for LinkNode
s.
Contains methods to get and set the factory class that will be used to
construct the target Node
of the LinkNode
(the Node
it is linking to).
Copyright 2002 Sapient
Method Summary | |
Class |
getLinkNodeFactoryClass()
Gets the Class object that implementes
LinkNodeFactory that will be instantiated and used to
construct the target Node of the LinkNode . |
void |
setLinkNodeFactoryClass(Class factoryClass)
Sets the Class object that implementes
LinkNodeFactory that will be instantiated and used to
construct the target Node of the LinkNode . |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Method Detail |
public Class getLinkNodeFactoryClass()
Class
object that implementes
LinkNodeFactory
that will be instantiated and used to
construct the target Node
of the LinkNode
.
LinkNodeFactory
LinkNodeFactory
public void setLinkNodeFactoryClass(Class factoryClass)
Class
object that implementes
LinkNodeFactory
that will be instantiated and used to
construct the target Node
of the LinkNode
.
factoryClass
- Class implementing LinkNodeFactory
LinkNodeFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |