org.jicengine.builder
Class BuilderImpl

java.lang.Object
  extended byorg.jicengine.builder.BuilderImpl
All Implemented Interfaces:
Builder

public class BuilderImpl
extends java.lang.Object
implements Builder

Author:
.timo

Constructor Summary
BuilderImpl()
           
 
Method Summary
 java.lang.Object build(Instructions instructions)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuilderImpl

public BuilderImpl()
Method Detail

build

public java.lang.Object build(Instructions instructions)
                       throws java.lang.Exception
Specified by:
build in interface Builder
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception