| java.lang.Object org.jaffa.tools.build.ConfigFileUpdate
ConfigFileUpdate | public class ConfigFileUpdate (Code) | | This will update the input configFile re-writing with the contents of fragment files from the searchpath.
The configFile will be decomposed. The key for each GuardedBlock will correspond to the name of a particular type of fragment file.
The fragment files will be searched in the input searchpath (the classpath will be used, if no searchpath is specified).
The non-GuardedBlocks of the input file will be left as is.
|
Method Summary | |
public static void | main(String args) This will invoke the performMerge method, passing the input arguments.
Parameters: args - the command line arguments. | public static void | performMerge(String configFileName) Updates a config file with fragments for each of the guarded block. | public static void | performMerge(String configFileName, String searchPath) Updates a config file with fragments for each of the guarded block. |
main | public static void main(String args)(Code) | | This will invoke the performMerge method, passing the input arguments.
Parameters: args - the command line arguments. The first argument will be the ConfigFileName relative to ClassPath. The optional second argument will be the search path. |
|
|