public abstract class WebpipesBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ResourceFactory |
resourceFactory |
private ResourceRefresher |
resourceRefresher |
| Constructor and Description |
|---|
WebpipesBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected ResourceFactory |
buildResourceFactory() |
abstract java.util.List<Webpipe> |
buildWebpipes() |
void |
enableResourceRefresher() |
protected Resource |
get(java.lang.String type,
java.lang.String path) |
protected Webpipe |
newWebpipe(java.lang.String... paths) |
protected ResourceFactory resourceFactory
private ResourceRefresher resourceRefresher
protected ResourceFactory buildResourceFactory()
public void enableResourceRefresher()
public abstract java.util.List<Webpipe> buildWebpipes()
protected Resource get(java.lang.String type, java.lang.String path)
protected Webpipe newWebpipe(java.lang.String... paths)