public class Context extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Context.Switch |
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
Context.Switch |
getCache() |
Map<String,Cache> |
getCaches() |
Context.Switch |
getPrevent() |
Provider |
getProvider() |
boolean |
isPreventOn() |
static Context |
newConfig(Map<String,Cache> caches) |
void |
setCache(Context.Switch cache) |
void |
setCaches(Map<String,Cache> caches) |
void |
setPrevent(Context.Switch prevent) |
void |
setProvider(Provider provider) |
public boolean isPreventOn()
public Provider getProvider()
public void setProvider(Provider provider)
public Context.Switch getCache()
public void setCache(Context.Switch cache)
public Context.Switch getPrevent()
public void setPrevent(Context.Switch prevent)
Copyright © 2019. All rights reserved.