hunt-shiro ~master (2022-02-21T08:07:34Z)
Home
Dub
Repo
AbstractFactory
hunt
shiro
util
AbstractFactory
TODO - Class JavaDoc
abstract
class
AbstractFactory : Factory!(T)(
T
) {
this
();
bool
isSingleton
();
void
setSingleton
(bool singleton);
T
getInstance
();
T
createInstance
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
createInstance
T
createInstance
()
Undocumented in source.
getInstance
T
getInstance
()
Undocumented in source. Be warned that the author may not have intended to support it.
isSingleton
bool
isSingleton
()
Undocumented in source. Be warned that the author may not have intended to support it.
setSingleton
void
setSingleton
(bool singleton)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
shiro
util
AbstractFactory
classes
AbstractFactory
interfaces
Factory
TODO - Class JavaDoc