RichFaces CDK Generator 4.2.0.CR1

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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.