|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWritableFactoryManager
A writable factory.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from interface org.specrunner.util.mapping.IMappingManager |
|---|
DEFAULT_NAME |
| Method Summary | ||
|---|---|---|
|
get(Class<T> type)
Gets a writable factory by type. |
|
| Methods inherited from interface org.specrunner.util.mapping.IMappingManager |
|---|
bind, getDefault, setDefault |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Method Detail |
|---|
<T> IWritableFactory<T> get(Class<T> type)
T - The object source type.type - The type of object to be used for writable creation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||