org.jcon.persistance
Class TOFLib

java.lang.Object
  extended by org.jcon.persistance.TOFLib

public class TOFLib
extends java.lang.Object

Some handy TOF methods.

Author:
Paul Reavis

Constructor Summary
TOFLib()
           
 
Method Summary
static java.lang.String descape(java.lang.String victim)
          Removes escapes (\) from a string.
static void main(java.lang.String[] argv)
          Test main.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TOFLib

public TOFLib()
Method Detail

descape

public static java.lang.String descape(java.lang.String victim)
Removes escapes (\) from a string.


main

public static void main(java.lang.String[] argv)
Test main.