Operation void init (String p_directoryPath), in Class TemplateManager

Documentation
public static void
main( String [] args )
{
try
{
File f = new File( "." );
TemplateManager.init( f.getCanonicalPath() +
f.separator + "jars" + f.separator + "templates" );
TemplateManager.loadAll();
System.out.println( "listing [" + TemplateManager.display() + "]" );
String template = TemplateManager.populate( "TRANSCRIPT.template", "BLAH BLAH BLAH" );
System.out.println( "populated [" + template + "]" );
}
catch (IOException ex)
{
ex.printStackTrace();
}
}
Initializes this manager with the location (directory path)
of template files to load.
@param p_directoryPath the absolute directory path, i.e... D:\\manager\\templates


Protocol Qualification 
Exceptions Size 
Time ConcurrencySequential
Export ControlPublicAccess  


Preconditions


Postconditions


Semantics



Property Settings

Java
GenerateFullyQualifiedReturnFalseGenerateFullyQualifiedThrows 
AbstractFalseStaticTrue
FinalFalseNativeFalse
SynchronizedFalseStrictfpFalse
GenerateFullyQualifiedArgument ReplaceExistingCodeTrue