oracle.dss.util.converter
Class ResourceBundleToXMLFile
java.lang.Object
oracle.dss.util.converter.ResourceBundleToXMLFile
public class ResourceBundleToXMLFile
- extends java.lang.Object
Method Summary |
protected boolean |
isValidChar(java.lang.String strCheck)
|
java.lang.String |
paddingString(java.lang.String s,
int n,
char c,
boolean paddingLeft)
pad a string S with a size of N with char C
on the left (True) or on the right(flase) |
boolean |
processErrorFile()
|
protected java.lang.String |
processLine(java.lang.String strCurLine)
|
protected boolean |
reallyProcessErrorFile(java.util.Vector vLines)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_strFilePath
public java.lang.String m_strFilePath
m_rb2XmlUtil
public ResourceBundleToXMLUtil m_rb2XmlUtil
ResourceBundleToXMLFile
public ResourceBundleToXMLFile(java.lang.String strFilePath,
ResourceBundleToXMLUtil rb2XmlUtil)
processErrorFile
public boolean processErrorFile()
reallyProcessErrorFile
protected boolean reallyProcessErrorFile(java.util.Vector vLines)
isValidChar
protected boolean isValidChar(java.lang.String strCheck)
processLine
protected java.lang.String processLine(java.lang.String strCurLine)
paddingString
public java.lang.String paddingString(java.lang.String s,
int n,
char c,
boolean paddingLeft)
- pad a string S with a size of N with char C
on the left (True) or on the right(flase)
Copyright © 1997, 2009, Oracle. All rights reserved.