uk.ac.umist.co.brailletrans.utils
Class MakeAll

java.lang.Object
  extended byuk.ac.umist.co.brailletrans.utils.Maker
      extended byuk.ac.umist.co.brailletrans.utils.MakeAll

public class MakeAll
extends Maker

Creates machine-format language files from data files for all types, by calling in turn the MakeLanguageUnicode and MakeLegacy classes. Assumes, therefore, the existence of both a CON and UCN file for the provided language filename.

Copyright 1999, 2004 Alasdair King. This program is free software under the terms of the GNU General Public License.


Field Summary
 
Fields inherited from class uk.ac.umist.co.brailletrans.utils.Maker
DISK_ERROR, ESCAPE_CHARACTER_1, ESCAPE_CHARACTER_2, LANGUAGE_ERROR, SUCCESS, TABLE_DELIMITER
 
Method Summary
static void main(java.lang.String[] args)
          Provides command-line functionality for language process
 
Methods inherited from class uk.ac.umist.co.brailletrans.utils.Maker
getEscapedCharacter, skipComments, skipComments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Provides command-line functionality for language process

Parameters:
args - Takes the String args[0] as the filename (full path and filename) of the language files to convert.