org.cogroo.tools.checker.rules.util
Class RulesTreesSerializer

java.lang.Object
  extended by org.cogroo.tools.checker.rules.util.RulesTreesSerializer

public class RulesTreesSerializer
extends Object

Loads the rules from XML and persist to a binary file. (faster)

Author:
Marcelo Suzumura

Constructor Summary
RulesTreesSerializer()
           
 
Method Summary
static void main(String[] args)
           
static void serialize()
           
static void serializeIfAbsent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RulesTreesSerializer

public RulesTreesSerializer()
Method Detail

serialize

public static void serialize()

serializeIfAbsent

public static void serializeIfAbsent()

main

public static void main(String[] args)


Copyright © 2012-2013 CoGrOO. All Rights Reserved.