wt.export
Interface ExportMechanism

All Known Implementing Classes:
FileExport

public interface ExportMechanism



Supported API: false

Extendable: false


Field Summary
static String EXPORT_MECHANISM_CACHE
          

Supported API: false
 
Method Summary
 boolean close()
          

Supported API: false
 boolean exportResults(Vector vector)
          

Supported API: false
 boolean initExportMechanism(String params)
          

Supported API: false
 boolean write(String string)
          

Supported API: false
 boolean write(String filePath, byte[] bytes)
          

Supported API: false
 boolean writeln(String string)
          

Supported API: false
 

Field Detail

EXPORT_MECHANISM_CACHE

public static final String EXPORT_MECHANISM_CACHE


Supported API: false

See Also:
Constant Field Values
Method Detail

initExportMechanism

public boolean initExportMechanism(String params)
                            throws ExporterException


Supported API: false

Parameters:
params -
Returns:
boolean
Throws:
ExporterException

close

public boolean close()


Supported API: false

Returns:
boolean

exportResults

public boolean exportResults(Vector vector)


Supported API: false

Parameters:
vector -
Returns:
boolean

write

public boolean write(String string)


Supported API: false

Parameters:
string -
Returns:
boolean

writeln

public boolean writeln(String string)


Supported API: false

Parameters:
string -
Returns:
boolean

write

public boolean write(String filePath,
                     byte[] bytes)


Supported API: false

Parameters:
filePath -
bytes -
Returns:
boolean