codesimian
Class LiquidStart

java.lang.Object
  extended by codesimian.LiquidStart

public class LiquidStart
extends java.lang.Object

Class Liquid can create each type of Liquid only once. LiquidStart takes certain types of Liquid so that nobody else can, then distributes them.

For example, class FreeLiquid should receive many types of Liquid, which it gives for free, but it may refuse to give if you ask too often or for any other reason.

TODO: move this class into Liquid.init(boolean)?


Method Summary
static void liquidStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

liquidStart

public static void liquidStart()