com.acsinet_solutions.util.build
Interface Checkable

All Known Implementing Classes:
SimpleBlock

public interface Checkable

This interface represents an object that may be checked during configuration

Author:
Santiago Arriaga

Method Summary
 void check()
          Method provided for initialization checking.
 

Method Detail

check

void check()
           throws BuildException
Method provided for initialization checking. After the successful completion of this call, an object may be set to run time.

Throws:
BuildException - Thrown if an initialization check error occurs