|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.unisens.UnisensFactoryBuilder
public class UnisensFactoryBuilder
UnisensFactoryBuilder creates a UnisensFactory of the used unisens implementation. The standard unisens implementation can be set by the system property "org.unisens.StandardUnisensFactoryClass". If no system property is set the reference implementation in the package "org.unisens.ri" is used as standard implementation.
| Constructor Summary | |
|---|---|
UnisensFactoryBuilder()
|
|
| Method Summary | |
|---|---|
static UnisensFactory |
createFactory()
Creates a UnisensFactory from the standard implementation. |
static UnisensFactory |
createFactory(java.lang.String factoryClass)
Creates a UnisensFactory specified by a given UnisensFactory class name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnisensFactoryBuilder()
| Method Detail |
|---|
public static UnisensFactory createFactory()
public static UnisensFactory createFactory(java.lang.String factoryClass)
factoryClass - name of the factory class
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||