org.enhydra.tool
Class ToolBoxInfo

public class ToolBoxInfo
Method Detail

storeProperties

public static File storeProperties(Properties prop)
Store persisted generator options to the properties file. This is public and static to allow for the creation of a valid properties file without having an instance of the CodeGen object. Creating an instance of CodeGen requires that a valid properties file already exist.
Parameters:
prop - Properties to save into the codegen.properties file.
Returns:
A file reference to the properties file.
Throws:
java.io.IOException - Thrown if unable to write to the codegen.properties file.

getEnhydraMainClass

public static String getEnhydraMainClass()
Get the class to run to start MultiServer.

getPropertyFilename

public static String getPropertyFilename()
Method declaration
Returns: