com.jalios.jstore.tools
Class jsc
java.lang.Object
  
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: 21388 $
 
- Author:
 
  - Olivier Dedieu 
 
 
| 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()
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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
 
jsc
public jsc()
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.