JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
de.intarsys.tools.factory
Interface IFactory<T>
public interface
IFactory<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
createInstance
(
IArgs
args)
String
getId
()
Class
<
T
>
getResultType
()
Method Details
createInstance
T
createInstance
(
IArgs
args)
getId
String
getId
()
getResultType
Class
<
T
>
getResultType
()