wt.clients.ixb.exp
Class IXBExportUtility

java.lang.Object
  extended bywt.clients.ixb.exp.IXBExportUtility

public class IXBExportUtility
extends Object


Field Summary
private  FileAccess fa
           
private  PropAccess pa
           
 
Constructor Summary
IXBExportUtility()
           
 
Method Summary
 boolean doesFileExist(String fName)
           
 FileInputStream getFileInputStream(File f)
           
 FileInputStream getFileInputStream(String name)
           
 FileOutputStream getFileOutputStream(File f)
           
 FileOutputStream getFileOutputStream(String name)
           
 Properties getProperties()
           
 boolean isFileReadable(String fName)
           
 boolean isFileWritable(String fName)
           
 JDialog loadJDialogByClassName(String fullClassName, Class[] argTypes, Object[] args)
           
 JDialog loadJDialogByClassName(String fullClassName, Object[] args)
           
 JDialog loadJDialogByClassNameForObjectExpPanel(String fullClassName, Object[] args)
           
 void setSystemProperty(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fa

private FileAccess fa

pa

private PropAccess pa
Constructor Detail

IXBExportUtility

public IXBExportUtility()
Method Detail

loadJDialogByClassName

public JDialog loadJDialogByClassName(String fullClassName,
                                      Class[] argTypes,
                                      Object[] args)
                               throws WTException
Throws:
WTException

loadJDialogByClassName

public JDialog loadJDialogByClassName(String fullClassName,
                                      Object[] args)
                               throws WTException
Throws:
WTException

loadJDialogByClassNameForObjectExpPanel

public JDialog loadJDialogByClassNameForObjectExpPanel(String fullClassName,
                                                       Object[] args)
                                                throws WTException
Throws:
WTException

doesFileExist

public boolean doesFileExist(String fName)
                      throws WTSecurityException
Throws:
WTSecurityException

isFileReadable

public boolean isFileReadable(String fName)
                       throws WTSecurityException
Throws:
WTSecurityException

isFileWritable

public boolean isFileWritable(String fName)
                       throws WTSecurityException
Throws:
WTSecurityException

getFileInputStream

public FileInputStream getFileInputStream(File f)
                                   throws FileNotFoundException,
                                          WTSecurityException
Throws:
FileNotFoundException
WTSecurityException

getFileOutputStream

public FileOutputStream getFileOutputStream(File f)
                                     throws IOException,
                                            WTSecurityException
Throws:
IOException
WTSecurityException

getFileInputStream

public FileInputStream getFileInputStream(String name)
                                   throws FileNotFoundException,
                                          WTSecurityException
Throws:
FileNotFoundException
WTSecurityException

getFileOutputStream

public FileOutputStream getFileOutputStream(String name)
                                     throws IOException,
                                            WTSecurityException
Throws:
IOException
WTSecurityException

getProperties

public Properties getProperties()
                         throws WTSecurityException
Throws:
WTSecurityException

setSystemProperty

public void setSystemProperty(String key,
                              String value)
                       throws WTSecurityException
Throws:
WTSecurityException