Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

oracle.dss.util.converter
Class ResourceBundleToXMLFile

java.lang.Object
  extended by oracle.dss.util.converter.ResourceBundleToXMLFile

public class ResourceBundleToXMLFile
extends java.lang.Object


Field Summary
 ResourceBundleToXMLUtil m_rb2XmlUtil
           
 java.lang.String m_strFilePath
           
 
Constructor Summary
ResourceBundleToXMLFile(java.lang.String strFilePath, ResourceBundleToXMLUtil rb2XmlUtil)
           
 
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
 

Field Detail

m_strFilePath

public java.lang.String m_strFilePath

m_rb2XmlUtil

public ResourceBundleToXMLUtil m_rb2XmlUtil
Constructor Detail

ResourceBundleToXMLFile

public ResourceBundleToXMLFile(java.lang.String strFilePath,
                               ResourceBundleToXMLUtil rb2XmlUtil)
Method Detail

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)


Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

Copyright © 1997, 2010, Oracle. All rights reserved.