org.jicengine.builder
Class BuildContextImpl

java.lang.Object
  extended byorg.jicengine.builder.BuildContextImpl
All Implemented Interfaces:
BuildContext

public class BuildContextImpl
extends java.lang.Object
implements BuildContext

Author:
.timo

Field Summary
 
Fields inherited from interface org.jicengine.BuildContext
VARIABLE_NAME
 
Constructor Summary
BuildContextImpl(Instructions instructions)
           
 
Method Summary
 Resource getCurrentFile()
           
 java.util.Map getParameters()
           
 Resource getResource(java.lang.String relativePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildContextImpl

public BuildContextImpl(Instructions instructions)
Method Detail

getResource

public Resource getResource(java.lang.String relativePath)
                     throws java.io.IOException
Specified by:
getResource in interface BuildContext
Throws:
java.io.IOException

getCurrentFile

public Resource getCurrentFile()
Specified by:
getCurrentFile in interface BuildContext

getParameters

public java.util.Map getParameters()
Specified by:
getParameters in interface BuildContext