public class ExtensionsStorage extends Object
| Constructor and Description |
|---|
ExtensionsStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
Object extension) |
void |
checkExtensionIsNotReassigned(String name) |
Object |
configureExtension(String methodName,
Object... arguments) |
Object |
findByName(String name) |
<T> T |
findByType(Class<T> type) |
Map<String,Object> |
getAsMap() |
Object |
getByName(String name) |
<T> T |
getByType(Class<T> type) |
boolean |
hasExtension(String name) |
boolean |
isConfigureExtensionMethod(String methodName,
Object... arguments) |
public boolean hasExtension(String name)
public void checkExtensionIsNotReassigned(String name)
public boolean isConfigureExtensionMethod(String methodName, Object... arguments)
public <T> T getByType(Class<T> type)
public <T> T findByType(Class<T> type)
Copyright © 2013. All rights reserved