|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.model.ModelBuilderFactory
public final class ModelBuilderFactory
This factory provides IBuilder implementation for
Models.
| Constructor Summary | |
|---|---|
ModelBuilderFactory()
|
|
| Method Summary | |
|---|---|
static IBuilder<? extends IBuildable> |
newBuilder(java.lang.Class<? extends IBuildable> intervace)
Create instances of builders that can built objects Builders for the following interfaces are available: IWebservice IOutputFileModel IPHPDBModel IPHPMethodDeclaration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelBuilderFactory()
| Method Detail |
|---|
public static IBuilder<? extends IBuildable> newBuilder(java.lang.Class<? extends IBuildable> intervace)
intervace - interface defining the class of the interface. The interface must
implement the Interface IBuildable
IBuilder instance of a class that implements IBuildable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||