RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.apt
Class AptBuilder

java.lang.Object
  extended by org.richfaces.cdk.apt.AptBuilder
All Implemented Interfaces:
LibraryBuilder

public class AptBuilder
extends Object
implements LibraryBuilder

That class compiles files from sources and process annotations

Author:
asmirnov@exadel.com

Constructor Summary
AptBuilder()
           
 
Method Summary
 void build()
          

Build library model from all available sources.

 void generate(ComponentLibrary library)
          Generate all types of files from library model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AptBuilder

public AptBuilder()
Method Detail

build

public void build()
           throws CdkException
Description copied from interface: LibraryBuilder

Build library model from all available sources.

Specified by:
build in interface LibraryBuilder
Throws:
CdkException

generate

public void generate(ComponentLibrary library)
              throws CdkException
Description copied from interface: LibraryBuilder
Generate all types of files from library model.

Specified by:
generate in interface LibraryBuilder
Parameters:
library - TODO
Throws:
CdkException

RichFaces CDK Generator 4.2.0.CR1

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