charly.utils
Class CopyExtensionPropertiesFile

java.lang.Object
  extended bycharly.utils.CopyExtensionPropertiesFile

public class CopyExtensionPropertiesFile
extends java.lang.Object

This class copies properties files to the correct directory. It assumes that there is only one directory (/lib/ext) in the path of the system property "java.ext.dirs". It puts the files in the parent directory of this directory.


Constructor Summary
CopyExtensionPropertiesFile()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyExtensionPropertiesFile

public CopyExtensionPropertiesFile()
Method Detail

main

public static void main(java.lang.String[] args)