org.jicengine
Interface BuildContext

All Known Implementing Classes:
BuildContextImpl

public interface BuildContext

An interface for accessing the current build-context within JIC-files. An instance of this class is available by default in all JIC-files under the name 'JICEContext'.

BuildContext makes it possible to reference the current JIC-file, the build-attributes, etc. (in the future, this interface could be used for letting the JIC-files also customize their environment.)

Author:
.timo

Field Summary
static java.lang.String VARIABLE_NAME
           
 
Method Summary
 Resource getCurrentFile()
           
 java.util.Map getParameters()
           
 Resource getResource(java.lang.String relativePath)
           
 

Field Detail

VARIABLE_NAME

public static final java.lang.String VARIABLE_NAME
See Also:
Constant Field Values
Method Detail

getResource

public Resource getResource(java.lang.String relativePath)
                     throws java.io.IOException
Throws:
java.io.IOException

getCurrentFile

public Resource getCurrentFile()

getParameters

public java.util.Map getParameters()