|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xBaseJ.Util
Constructor Summary | |
Util()
|
Method Summary | |
static void |
closexBaseJProperty()
use this if you need to reset the property file which is usually left open |
static void |
copyFile(String inputFile,
String outputFile)
|
static boolean |
dontTrimFields()
returns true if org.xBaseJ.property dontTrimFields is "true" or "yes" |
static double |
doubleDate(DateField d)
|
static double |
doubleDate(String s)
|
static boolean |
fieldFilledWithSpaces()
returns true if org.xBaseJ.property fieldFilled is "true" or "yes" |
static String |
getxBaseJProperty(String inString)
|
static String |
normalize(String inString)
normlizes the string to remove XML characters. |
static void |
setxBaseJProperty(String inName,
String inValue)
|
static boolean |
useSharedLocks()
|
static int |
x86(int in)
|
static long |
x86(long in)
|
static short |
x86(short in)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Util()
Method Detail |
public static long x86(long in)
public static int x86(int in)
public static short x86(short in)
public static double doubleDate(DateField d)
public static double doubleDate(String s)
public static String normalize(String inString)
inString
- String to be normalized
public static String getxBaseJProperty(String inString) throws IOException
IOException
public static void setxBaseJProperty(String inName, String inValue) throws IOException
IOException
public static boolean dontTrimFields()
public static boolean fieldFilledWithSpaces()
public static void closexBaseJProperty()
public static void copyFile(String inputFile, String outputFile) throws IOException
IOException
public static boolean useSharedLocks()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |