Class ProxyRegistry
java.lang.Object
net.flectone.pulse.platform.registry.ProxyRegistry
-
Constructor Summary
ConstructorsConstructorDescriptionProxyRegistry(FileFacade fileFacade, ReflectionResolver reflectionResolver, FLogger fLogger, com.google.inject.Injector injector) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanhasEnabledProxy(Predicate<Proxy> proxyPredicate) voidvoidonEnable()voidvoidreload()protected void
-
Constructor Details
-
ProxyRegistry
@Inject public ProxyRegistry(FileFacade fileFacade, ReflectionResolver reflectionResolver, FLogger fLogger, com.google.inject.Injector injector)
-
-
Method Details
-
hasEnabledProxy
public boolean hasEnabledProxy() -
hasEnabledProxy
-
registry
-
onEnable
public void onEnable() -
warnIfLocalDatabase
protected void warnIfLocalDatabase() -
onDisable
public void onDisable() -
reload
public void reload() -
getProxies
-