org.jostraca.process
Class MetaUtil

java.lang.Object
  extended byorg.jostraca.process.MetaUtil
All Implemented Interfaces:
Constants

public class MetaUtil
extends java.lang.Object
implements Constants

Utilities for creating and saving template meta data properties.


Field Summary
static java.lang.String FILE_EXT_meta
           
 
Fields inherited from interface org.jostraca.Constants
ARG_ControlPrefix, BUILDNUMBER, CONF_cmdline, CONF_lang, CONF_local, CONF_override, CONF_system, CONF_template, FILE_EXT_conf, FILE_EXT_Writer, FILE_NAME_system_conf, FOLDER_conf, MAJOR_VERSION, MINOR_VERSION, RELEASE_ALTNAME, RELEASE_NAME, VERSION_NUMBER, VERSION_STATUS
 
Constructor Summary
MetaUtil()
           
 
Method Summary
static PropertySet loadMetaData(Template pTemplate)
           
static java.io.File makeMetaFilePath(PropertySet pPropertySet, TemplatePath pTemplatePath)
           
static void saveMetaData(Template pTemplate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_EXT_meta

public static final java.lang.String FILE_EXT_meta
See Also:
Constant Field Values
Constructor Detail

MetaUtil

public MetaUtil()
Method Detail

saveMetaData

public static void saveMetaData(Template pTemplate)

makeMetaFilePath

public static final java.io.File makeMetaFilePath(PropertySet pPropertySet,
                                                  TemplatePath pTemplatePath)

loadMetaData

public static PropertySet loadMetaData(Template pTemplate)


Copyright © 2000-2002 Richard Rodger