org.globus.wsrf.tools.jndi
Class JNDIConfigTool
java.lang.Object
org.globus.wsrf.tools.CommandLineTool
org.globus.wsrf.tools.jndi.JNDIConfigTool
- public class JNDIConfigTool
- extends CommandLineTool
|
Field Summary |
private static org.apache.commons.logging.Log |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static org.apache.commons.logging.Log logger
JNDIConfigTool
public JNDIConfigTool()
main
public static void main(java.lang.String[] args)
copy
private static void copy(java.io.File inFile,
java.io.File outFile)
throws java.io.IOException,
java.io.FileNotFoundException
- Throws:
java.io.IOException
java.io.FileNotFoundException
merge
private static void merge(ConfigContext targetContext,
ConfigContext inContext,
java.lang.String section,
java.lang.String serviceName,
boolean overwrite)
throws java.lang.Exception
- Throws:
java.lang.Exception
mergeContexts
private static void mergeContexts(ConfigContext inContext,
ConfigContext targetContext)