terp - the Codemesh Modular
Template Interpreter v1.3.309

com.codemesh.terp.launcher
Interface TerpMain

All Known Implementing Classes:
Main

public interface TerpMain

Interface used to bridge to the actual Main class without any messy reflection

Since:
terp 1.0

Method Summary
 int startTerp(java.lang.String[] args, java.util.List<java.lang.String> initTypes, java.util.Properties additionalUserProperties, java.lang.ClassLoader coreLoader)
          Start terp.
 

Method Detail

startTerp

int startTerp(java.lang.String[] args,
              java.util.List<java.lang.String> initTypes,
              java.util.Properties additionalUserProperties,
              java.lang.ClassLoader coreLoader)
Start terp.

Parameters:
args - command line args
initTypes - an optional list of types that are terp activators.
additionalUserProperties - properties to set beyond those that may be specified on the args list
coreLoader - - not used
Returns:
the exit code to use.
Since:
terp 1.0

terp - the Codemesh Modular
Template Interpreter v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.