org.richfaces.cdk.apt
Class AptBuilder

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

public class AptBuilder
extends java.lang.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


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