com.jalios.jstore.tools
Class jsc

java.lang.Object
  extended by com.jalios.jstore.tools.jsc
All Implemented Interfaces:
StoreConstants

public class jsc
extends Object
implements StoreConstants

JStore Storable Compiler (generates StorableHandler for a given Storable).

Version:
$Revision: 27753 $
Author:
Olivier Dedieu

Field Summary
static String REVISION
           
protected  Runtime rt
           
static String USAGE
           
 
Fields inherited from interface com.jalios.jstore.StoreConstants
ARRAY_FLAG, CLEANING_STATE, COLLECTION_FLAG, CREATE_OP, DELETE_OP, IDLE_STATE, INNER_LOGS, INNER_MILESTONE, INNER_PREFIX, INNER_SYNC, ITEM_ESCAPE_CHAR, ITEM_SEPARATOR, LOADING_STATE, MAP_ASSIGN, MAP_CHARS_TO_ESCAPE, MAP_CLASS_SEPARATOR, MAP_FLAG, NAMESPACE, SH_SUFFIX, STORING_STATE, UPDATE_OP
 
Constructor Summary
jsc()
           
 
Method Summary
static void main(String[] args)
           
 void setClassLoader(ClassLoader classLoader)
          Set the classLoader
 void start(String[] args)
          Generate the storable handler and compile it (if a compiler has been provided)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values

rt

protected Runtime rt

USAGE

public static final String USAGE
See Also:
Constant Field Values
Constructor Detail

jsc

public jsc()
Method Detail

setClassLoader

public void setClassLoader(ClassLoader classLoader)
Set the classLoader

Parameters:
classLoader - the classLoader to use

start

public void start(String[] args)
           throws Exception
Generate the storable handler and compile it (if a compiler has been provided)

Parameters:
args - the command line argument
Throws:
Exception

main

public static void main(String[] args)


Copyright © 2001-2010 Jalios SA. All Rights Reserved.