jbotrace.base
Class Util

java.lang.Object
  |
  +--jbotrace.base.Util

public class Util
extends java.lang.Object

Description:


Constructor Summary
Util()
           
 
Method Summary
static Track importRarsTrack(java.io.File file)
           
static Driver loadDriver(java.io.File file)
          Tries to load a driver from a give java or class file.
static java.lang.String makeTimeString(int time, boolean sign)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

loadDriver

public static Driver loadDriver(java.io.File file)
                         throws java.lang.ClassNotFoundException
Tries to load a driver from a give java or class file.

java.lang.ClassNotFoundException

makeTimeString

public static java.lang.String makeTimeString(int time,
                                              boolean sign)

importRarsTrack

public static Track importRarsTrack(java.io.File file)