org.pentaho.di.trans.steps.sapinput.mock
Class SAPConnectionFactoryMock

java.lang.Object
  extended by org.pentaho.di.trans.steps.sapinput.mock.SAPConnectionFactoryMock
All Implemented Interfaces:
DatabaseFactoryInterface

public class SAPConnectionFactoryMock
extends Object
implements DatabaseFactoryInterface


Constructor Summary
SAPConnectionFactoryMock()
           
 
Method Summary
static SAPConnection create()
           
 String getConnectionTestReport(DatabaseMeta databaseMeta)
          The SAP connection to test, links to the TEST button in the database dialog.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAPConnectionFactoryMock

public SAPConnectionFactoryMock()
Method Detail

create

public static SAPConnection create()

getConnectionTestReport

public String getConnectionTestReport(DatabaseMeta databaseMeta)
                               throws KettleDatabaseException
The SAP connection to test, links to the TEST button in the database dialog.

Specified by:
getConnectionTestReport in interface DatabaseFactoryInterface
Throws:
KettleDatabaseException