com.mindprod.entities
Class Entities

java.lang.Object
  extended by com.mindprod.entities.Entities

public final class Entities
extends java.lang.Object

Generates various text files describing entities.

see main for details.

Since:
2004-01-01
Version:
3.0 2011-02-10 rename classes and methods. Add file utilities for Entify, DeEntify, Flatten
Author:
Roedy Green, Canadian Mind Products
See Also:
DeEntify, DeEntifyStrings, Entify, EntifyStrings, Flatten

Field Summary
static java.lang.String EMBEDDED_COPYRIGHT
          undisplayed copyright notice
 
Constructor Summary
Entities()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run once to generate [various text files that are inserted to handle entity coding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMBEDDED_COPYRIGHT

public static final java.lang.String EMBEDDED_COPYRIGHT
undisplayed copyright notice

See Also:
Constant Field Values
Constructor Detail

Entities

public Entities()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Run once to generate [various text files that are inserted to handle entity coding. generates the following files in current directory.

entitycase.javafrag : case statements. Insert in EntifyStrings.java, then recompile. entitycasehex.javafrag : alternate case statements to Insert in EntifyStrings.java, then recompile. Not used. entityfacts.javafrag : edit then rerun prop.bat entityjustkeys.javafrag : legal entity keys. Insert in DeEntifyStrings.java, then recompile. entityjustvalues.javafrag : legal entity values. Insert in DeEntifyStrings.java, then recompile. entityvslickhtml.tagdoc : insert into F:\program files\vslick\builtins\html.tagdoc, just ones not there yet. entityvslick.vlx : Insert into F:\program files\vslick\vslick.vlx, patch keywords= & < > " instead of cskeywords.

Parameters:
args - not used.
Throws:
java.io.IOException - to get maximal info about the problem.