org.globus.wsrf.tools.jndi
Class JNDIConfigTool

java.lang.Object
  extended byorg.globus.wsrf.tools.CommandLineTool
      extended byorg.globus.wsrf.tools.jndi.JNDIConfigTool

public class JNDIConfigTool
extends CommandLineTool


Field Summary
private static org.apache.commons.logging.Log logger
           
 
Fields inherited from class org.globus.wsrf.tools.CommandLineTool
 
Constructor Summary
JNDIConfigTool()
           
 
Method Summary
private static void copy(java.io.File inFile, java.io.File outFile)
           
static void main(java.lang.String[] args)
           
private static void merge(ConfigContext targetContext, ConfigContext inContext, java.lang.String section, java.lang.String serviceName, boolean overwrite)
           
private static void mergeContexts(ConfigContext inContext, ConfigContext targetContext)
           
 
Methods inherited from class org.globus.wsrf.tools.CommandLineTool
setNoExit, sysExit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static org.apache.commons.logging.Log logger
Constructor Detail

JNDIConfigTool

public JNDIConfigTool()
Method Detail

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)