|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Additional link node configuration for links to or within jars Copyright 2002 Sapient
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 |
public String getTargetJarPath()
public void setTargetJarPath(String path)
path
- the path to the .jar file targetpublic String getTargetRootWithinJar()
public void setTargetRootWithinJar(String root)
root
- the target root to set withing the jar
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |