public class TriplePathResolver extends Object implements PathResolver
| Constructor and Description |
|---|
TriplePathResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String path,
Invoker<?> invoker) |
void |
addNativeStub(String path) |
void |
destroy() |
boolean |
hasNativeStub(String path) |
void |
remove(String path) |
Invoker<?> |
resolve(String path) |
public void add(String path, Invoker<?> invoker)
add in interface PathResolverpublic Invoker<?> resolve(String path)
resolve in interface PathResolverpublic boolean hasNativeStub(String path)
hasNativeStub in interface PathResolverpublic void addNativeStub(String path)
addNativeStub in interface PathResolverpublic void remove(String path)
remove in interface PathResolverpublic void destroy()
destroy in interface PathResolverCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.