org.opengts.tools
Class MergeLocalStrings

java.lang.Object
  extended by org.opengts.tools.MergeLocalStrings

public class MergeLocalStrings
extends java.lang.Object


Nested Class Summary
protected  class MergeLocalStrings.MergeItem
           
 
Constructor Summary
MergeLocalStrings(java.io.File enFile, java.io.File[] xxFile)
           
 
Method Summary
protected static boolean _findMergeItems(java.io.File subDir, java.util.List<MergeLocalStrings> mergeList)
           
protected static java.util.List findMergeItems(java.io.File subDir)
           
protected static java.io.FileFilter getLocalStringsFilter()
           
 boolean hasChanged()
           
static void main(java.lang.String[] argv)
           
 boolean save()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MergeLocalStrings

public MergeLocalStrings(java.io.File enFile,
                         java.io.File[] xxFile)
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

hasChanged

public boolean hasChanged()

save

public boolean save()
             throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getLocalStringsFilter

protected static java.io.FileFilter getLocalStringsFilter()

_findMergeItems

protected static boolean _findMergeItems(java.io.File subDir,
                                         java.util.List<MergeLocalStrings> mergeList)
                                  throws java.io.IOException
Throws:
java.io.IOException

findMergeItems

protected static java.util.List findMergeItems(java.io.File subDir)
                                        throws java.io.IOException
Throws:
java.io.IOException

main

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