PTLog Demo - 1.0

basic.type
Class Boot

java.lang.Object
  extended bybasic.type.Boot

public class Boot
extends java.lang.Object


Constructor Summary
Boot()
           
 
Method Summary
static void execute(jp.ne.dti.lares.foozy.ptlog.ServiceProvider provider, java.lang.String filename)
           
static java.lang.String showUsage(java.lang.Class caller, java.lang.String opt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Boot

public Boot()
Method Detail

execute

public static void execute(jp.ne.dti.lares.foozy.ptlog.ServiceProvider provider,
                           java.lang.String filename)
                    throws java.io.IOException
Throws:
java.io.IOException

showUsage

public static java.lang.String showUsage(java.lang.Class caller,
                                         java.lang.String opt)

PTLog Demo - 1.0