org.richfaces.cdk
Interface LibraryBuilder

All Known Implementing Classes:
AptBuilder

public interface LibraryBuilder

That class builds JSF library model from different sources. It acts as "controller" for whole CDK generation process.

Author:
asmirnov@exadel.com

Method Summary
 void build()
          

Build library model from all available sources.

 void generate(ComponentLibrary library)
          Generate all types of files from library model.
 

Method Detail

build

void build()
           throws CdkException

Build library model from all available sources.

Throws:
CdkException

generate

void generate(ComponentLibrary library)
              throws CdkException
Generate all types of files from library model.

Parameters:
library - TODO
Throws:
CdkException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.