|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Configuration interface for LinkNodes that link to ClassLoader Node hierarchies. Copyright 2003 Sapient
Method Summary | |
void |
addClassloaderURLs(String url)
The ClassloaderURLs property lists the URLs where configuration information is stored. |
String[] |
getClassloaderURLs()
The ClassloaderURLs property lists the URLs where configuration information is stored. |
String |
getClassloaderURLs(int index)
The ClassloaderURLs property lists the URLs where configuration information is stored. |
String |
getPathPrefix()
The prefix for resources used to configure. |
void |
setClassloaderURLs(int index,
String url)
The ClassloaderURLs property lists the URLs where configuration information is stored. |
void |
setClassloaderURLs(String[] urls)
The ClassloaderURLs property lists the URLs where configuration information is stored. |
void |
setPathPrefix(String path)
The prefix for resources used to configure. |
Methods inherited from interface org.sape.carbon.core.config.node.link.LinkNodeConfiguration |
getLinkNodeFactoryClass, setLinkNodeFactoryClass |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Method Detail |
public String getPathPrefix()
public void setPathPrefix(String path)
path
- public String[] getClassloaderURLs()
public String getClassloaderURLs(int index)
public void setClassloaderURLs(String[] urls)
public void setClassloaderURLs(int index, String url)
public void addClassloaderURLs(String url)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |