attrib4j
Interface AttributeCompiler


public interface AttributeCompiler

Different implementations of attribute compiler should implement this interface to be called by attrib4j.

Version:
$Revsion$ $Date: 2003/04/10 03:36:16 $
Author:
Mark Pollack

Method Summary
 void compile()
          Start the attribute compilation!
 void initialize(java.util.Map configMap)
          Initialize the compiler.
 

Method Detail

initialize

public void initialize(java.util.Map configMap)
                throws AttributeException
Initialize the compiler. Configuration information is searched for under implementation specific keys in the map.

Parameters:
configMap -
Throws:
AttributeException

compile

public void compile()
             throws AttributeException
Start the attribute compilation!

Throws:
AttributeException


Copyright © 2002-2003 Mark Pollack. All Rights Reserved.