de.infoasset.platform.documentation
Class ConsistencyCheckDoc

java.lang.Object
  extended by de.infoasset.platform.documentation.ConsistencyCheckDoc

public class ConsistencyCheckDoc
extends java.lang.Object

As part of the Tricia platform comes an Eclipse plugin which enables consistency checking between templates and the dynamic Java code (see TemplateDoc). Additionally does the plugin help understanding complex nested structures since it creates models of Handlers and enables navigation between templates and Java code. This plugin is called Consistency.

The consistency plugin can analyze a single Handler or whole plugins with all their handlers (see PluginsDoc).

To analyze a single handler do the following things:

  1. open the handler in the editor, and
  2. go to the Consistency view and execute the Check Consistency action.
This is only possible if the handler has no compile errors. The outcome is a model view of the handler with all its Stations: ##


Constructor Summary
ConsistencyCheckDoc()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsistencyCheckDoc

public ConsistencyCheckDoc()