public class Registry<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Registry<T> |
create(Class<T> type) |
T |
get(String scheme) |
void |
register(String scheme,
T factory) |
T |
unregister(String scheme) |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.