org.pentaho.di.www
Class Carte

java.lang.Object
  extended by org.pentaho.di.www.Carte

public class Carte
extends Object


Constructor Summary
Carte(SlaveServerConfig config)
           
 
Method Summary
static Trans generateTestTransformation()
           
 SlaveServerConfig getConfig()
           
 WebServer getWebServer()
           
static void main(String[] args)
           
static void runCarte(SlaveServerConfig config)
           
 void setConfig(SlaveServerConfig config)
           
 void setWebServer(WebServer webServer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Carte

public Carte(SlaveServerConfig config)
      throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

runCarte

public static void runCarte(SlaveServerConfig config)
                     throws Exception
Throws:
Exception

generateTestTransformation

public static Trans generateTestTransformation()

getWebServer

public WebServer getWebServer()
Returns:
the webServer

setWebServer

public void setWebServer(WebServer webServer)
Parameters:
webServer - the webServer to set

getConfig

public SlaveServerConfig getConfig()
Returns:
the slave server (Carte) configuration

setConfig

public void setConfig(SlaveServerConfig config)
Parameters:
config - the slave server (Carte) configuration