org.opengts.tools
Class MergeLocalStrings.MergeItem

java.lang.Object
  extended by org.opengts.tools.MergeLocalStrings.MergeItem
Enclosing class:
MergeLocalStrings

protected class MergeLocalStrings.MergeItem
extends java.lang.Object


Constructor Summary
MergeLocalStrings.MergeItem(java.io.File xx, java.lang.String enFileName, java.lang.String[] mergeProps)
           
 
Method Summary
 java.io.File getFile()
           
 boolean hasChanged()
           
 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.MergeItem

public MergeLocalStrings.MergeItem(java.io.File xx,
                                   java.lang.String enFileName,
                                   java.lang.String[] mergeProps)
                            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getFile

public java.io.File getFile()

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