#include <jive/model/ModelFactory.h>
|
static void | declare (const String &type, Constructor ctor) |
|
static bool | exists (const String &type) |
|
static StringVector | listKnownTypes () |
|
static Ref< Model > | newInstance (const String &type, const String &name, const Properties &conf, const Properties &props, const Properties &globdat) |
|
static Ref< Model > | newInstance (const String &name, const Properties &conf, const Properties &props, const Properties &globdat) |
|
static void | noSuchTypeError (const String &context, const String &type, const String &kind) |
|
static void | noSuchTypeError (const String &context, const String &type, const String &kind, const StringVector &knownTypes) |
|
static void jive::model::ModelFactory::declare |
( |
const String & |
type, |
|
|
Constructor |
ctor |
|
) |
| |
|
static |
static bool jive::model::ModelFactory::exists |
( |
const String & |
type | ) |
|
|
static |
static StringVector jive::model::ModelFactory::listKnownTypes |
( |
| ) |
|
|
static |