org.sape.carbon.services.config.jar
Interface JarLinkNodeConfiguration

All Superinterfaces:
Configuration, LinkNodeConfiguration

public interface JarLinkNodeConfiguration
extends LinkNodeConfiguration

Additional link node configuration for links to or within jars Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.2 $($Author: dvoet $ / $Date: 2003/05/05 21:21:09 $)
Author:
Douglas Voet, April 2002

Method Summary
 String getTargetJarPath()
          TargetJarPath is the path to the .jar file that is the target of the link
 String getTargetRootWithinJar()
          TargetRootWithinJar is the name of the root entry in the jar which this link points to.
 void setTargetJarPath(String path)
          TargetJarPath is the path to the .jar file that is the target of the link
 void setTargetRootWithinJar(String root)
          TargetRootWithinJar is the name of the root entry in the jar which this link points to.
 
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

getTargetJarPath

public String getTargetJarPath()
TargetJarPath is the path to the .jar file that is the target of the link

Returns:
String

setTargetJarPath

public void setTargetJarPath(String path)
TargetJarPath is the path to the .jar file that is the target of the link

Parameters:
path - the path to the .jar file target

getTargetRootWithinJar

public String getTargetRootWithinJar()
TargetRootWithinJar is the name of the root entry in the jar which this link points to. This need not be specified if the root is the root of the jar

Returns:
String

setTargetRootWithinJar

public void setTargetRootWithinJar(String root)
TargetRootWithinJar is the name of the root entry in the jar which this link points to. This need not be specified if the root is the root of the jar

Parameters:
root - the target root to set withing the jar


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.