org.sape.carbon.services.config.classloader
Interface ClassloaderLinkNodeConfiguration

All Superinterfaces:
Configuration, LinkNodeConfiguration

public interface ClassloaderLinkNodeConfiguration
extends LinkNodeConfiguration

Configuration interface for LinkNodes that link to ClassLoader Node hierarchies. Copyright 2003 Sapient

Since:
carbon 2.0
Version:
$Revision: 1.5 $($Author: jdreed $ / $Date: 2004/01/26 19:10:55 $)
Author:
Greg Hinkle, April 2003

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

getPathPrefix

public String getPathPrefix()
The prefix for resources used to configure. This would be equivalent to the prefix path of the files in a Jar in the classpath.

Returns:
String

setPathPrefix

public void setPathPrefix(String path)
The prefix for resources used to configure. This would be equivalent to the prefix path of the files in a Jar in the classpath.

Parameters:
path -

getClassloaderURLs

public String[] getClassloaderURLs()
The ClassloaderURLs property lists the URLs where configuration information is stored.


getClassloaderURLs

public String getClassloaderURLs(int index)
The ClassloaderURLs property lists the URLs where configuration information is stored.


setClassloaderURLs

public void setClassloaderURLs(String[] urls)
The ClassloaderURLs property lists the URLs where configuration information is stored.


setClassloaderURLs

public void setClassloaderURLs(int index,
                               String url)
The ClassloaderURLs property lists the URLs where configuration information is stored.


addClassloaderURLs

public void addClassloaderURLs(String url)
The ClassloaderURLs property lists the URLs where configuration information is stored.



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.