|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttom.platform.PluginPlatformBase
tom.platform.PluginPlatform
public class PluginPlatform
The PluginPlatform manages plugins defined in an xml configuration file. (which plugins are used and how they are ordered) with the intermediate of a ConfigurationManager objet Its main role is to run the plugins in the specified order and make some error management.
| Field Summary | |
|---|---|
static String |
FORMATTER
|
static String |
LOG_FILE
|
| Constructor Summary | |
|---|---|
PluginPlatform(List<Plugin> pluginsList,
String loggerRadical,
List<String> inputToCompileList)
Class Pluginplatform constructor |
|
PluginPlatform(List<Plugin> pluginsList,
String loggerRadical,
List<String> inputToCompileList,
Map<String,String> informationTracker)
|
|
| Method Summary | |
|---|---|
RuntimeAlert |
getAlertForInput(String filePath)
|
static String |
getCurrentFileName()
|
List<Object> |
getLastGeneratedObjects()
return the list of last generated objects |
int |
getRunResult()
|
StatusHandler |
getStatusHandler()
An accessor method |
TestHandler |
getTestHandler()
An accessor method |
void |
run()
The main method which runs the PluginPlatform. |
| Methods inherited from class tom.platform.PluginPlatformBase |
|---|
clearGlobalStatusHandler, getGlobalStatusHandler |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FORMATTER
public static final String LOG_FILE
| Constructor Detail |
|---|
public PluginPlatform(List<Plugin> pluginsList,
String loggerRadical,
List<String> inputToCompileList)
public PluginPlatform(List<Plugin> pluginsList,
String loggerRadical,
List<String> inputToCompileList,
Map<String,String> informationTracker)
| Method Detail |
|---|
public void run()
run in interface Runnablepublic StatusHandler getStatusHandler()
public TestHandler getTestHandler()
public List<Object> getLastGeneratedObjects()
public RuntimeAlert getAlertForInput(String filePath)
public static String getCurrentFileName()
public int getRunResult()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||