com.actuate.ExternalText
Class GetTranslatedText

java.lang.Object
  extended bycom.actuate.ExternalText.GetTranslatedText

public class GetTranslatedText
extends java.lang.Object

Command line way of testing label interface.


Constructor Summary
GetTranslatedText()
          Creates a new instance of GetTranslatedText
 
Method Summary
static void main(java.lang.String[] args)
          Command line way of testing label interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTranslatedText

public GetTranslatedText()
Creates a new instance of GetTranslatedText

Method Detail

main

public static void main(java.lang.String[] args)
Command line way of testing label interface. Takes five parameters, and none are optional:

1) Drivername - This is DriverManager class name like "sun.jdbc.odbc.JdbcOdbcDriver"

2) SourceURL - the source URL for the database, as in "jdbc:odbc:sfdataExternLabels"

3) Username - DB username

4) Password - DB password

5) SQLStatement - the SQL text to send for translation

Note that this does not test the setAttribute and placeholder substitution functionality.

Parameters:
args -