Uses of Class
org.nuxeo.launcher.config.ConfigurationHolder
-
Packages that use ConfigurationHolder Package Description org.nuxeo.ecm.core.redis org.nuxeo.ecm.core.storage org.nuxeo.ecm.core.storage.mongodb org.nuxeo.elasticsearch org.nuxeo.launcher.config Nuxeo configuration management.org.nuxeo.launcher.config.backingservices org.nuxeo.launcher.info Used for communication between LocalPackageManager and the Launcher (messages serialization).org.nuxeo.runtime.kafka -
-
Uses of ConfigurationHolder in org.nuxeo.ecm.core.redis
Methods in org.nuxeo.ecm.core.redis with parameters of type ConfigurationHolder Modifier and Type Method Description booleanRedisChecker. accepts(ConfigurationHolder configHolder)voidRedisChecker. check(ConfigurationHolder configHolder) -
Uses of ConfigurationHolder in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage with parameters of type ConfigurationHolder Modifier and Type Method Description booleanDBCheck. accepts(ConfigurationHolder configHolder)voidDBCheck. check(ConfigurationHolder configHolder)voidDBCheck. checkDatabaseConnection(ConfigurationHolder configHolder)Check driver availability and database connectionprotected DriverDBCheck. lookupDriver(ConfigurationHolder configHolder, Path databaseTemplateDir, String classname)Builds anURLClassLoaderfor the given databaseTemplate looking in the templates directory and in the server lib directory, then looks for a driver -
Uses of ConfigurationHolder in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb with parameters of type ConfigurationHolder Modifier and Type Method Description booleanMongoDBChecker. accepts(ConfigurationHolder configHolder)voidMongoDBChecker. check(ConfigurationHolder configHolder) -
Uses of ConfigurationHolder in org.nuxeo.elasticsearch
Methods in org.nuxeo.elasticsearch with parameters of type ConfigurationHolder Modifier and Type Method Description booleanElasticSearchChecker. accepts(ConfigurationHolder configHolder)voidElasticSearchChecker. check(ConfigurationHolder configHolder) -
Uses of ConfigurationHolder in org.nuxeo.launcher.config
Methods in org.nuxeo.launcher.config that return ConfigurationHolder Modifier and Type Method Description ConfigurationHolderConfigurationGenerator. getConfigurationHolder()Returns theConfigurationHolderheld by the generator.Methods in org.nuxeo.launcher.config with parameters of type ConfigurationHolder Modifier and Type Method Description protected net.jodah.failsafe.RetryPolicyConfigurationChecker. buildRetryPolicy(ConfigurationHolder configHolder)protected voidConfigurationChecker. checkAddressesAndPorts(ConfigurationHolder configHolder)Will check the configured addresses are reachable and Nuxeo required ports are available on those addresses.voidConfigurationChecker. checkBackingServices(ConfigurationHolder configHolder)Calls allBackingCheckerif they accept the current configuration.protected voidConfigurationChecker. checkPaths(ConfigurationHolder configHolder)Checks server paths; warn if deprecated paths exist.protected voidConfigurationMarshaller. deleteTemplateFiles(ConfigurationHolder configHolder)Delete files previously deployed by templates.voidConfigurationMarshaller. dumpConfiguration(ConfigurationHolder configHolder)protected voidConfigurationMarshaller. dumpProperties(ConfigurationHolder configHolder)protected voidConfigurationMarshaller. editConfiguratorConf(ConfigurationMarshaller.NuxeoConfContent content, ConfigurationHolder configHolder)protected voidConfigurationMarshaller. editUserConf(ConfigurationMarshaller.NuxeoConfContent content, ConfigurationHolder configHolder)protected URLClassLoaderConfigurationChecker. getBackingCheckerClassLoader(ConfigurationHolder configHolder, String checker)Build a ClassLoader based on the classpath definition of a template.protected StringConfigurationChecker. getBackingCheckerClasspath(ConfigurationHolder configHolder, String template)Read the classpath parameter from the template and expand parameters with their value.protected InetAddressConfigurationChecker. getBindAddress(ConfigurationHolder configHolder)Checks the userConfig bind address is not 0.0.0.0 and replaces it with 127.0.0.1 if neededprotected StringConfigurationChecker. getContextName(ConfigurationHolder configHolder)protected Stream<Path>ConfigurationChecker. getJarsFromClasspathEntry(ConfigurationHolder configHolder, Path templatePath, String entry)Given a single classpath entry, return the list of JARs referenced by it.
For instance : nxserver/lib -> ${templatePath}/nxserver/lib /somePath/someLib-*.jarprotected static voidConfigurationGenerator. initLogsIfNeeded(ConfigurationHolder configHolder)Initializes log configuration if it doesn't exist.protected List<BackingChecker>ConfigurationChecker. instantiateBackingCheckers(ConfigurationHolder configHolder)booleanConfigurationChecker. isConfigured(ConfigurationHolder configHolder)protected voidConfigurationMarshaller. parseAndCopy(ConfigurationHolder configHolder)Generate configuration files from templates and given configuration parametersvoidConfigurationMarshaller. persistNuxeoConf(ConfigurationHolder configHolder)protected voidConfigurationMarshaller. storeNewFilesList(ConfigurationHolder configHolder, List<String> newFilesList)Store intoConfigurationMarshaller.NEW_FILESthe list of new files deployed by the templates.voidConfigurationChecker. verify(ConfigurationHolder configHolder)Verifies that the server is well configured and ready to be started.protected voidConfigurationMarshaller. writeConfiguration(ConfigurationMarshaller.NuxeoConfContent content, ConfigurationHolder configHolder) -
Uses of ConfigurationHolder in org.nuxeo.launcher.config.backingservices
Methods in org.nuxeo.launcher.config.backingservices with parameters of type ConfigurationHolder Modifier and Type Method Description booleanBackingChecker. accepts(ConfigurationHolder configHolder)Test if the check has to be done for the given configuration.voidBackingChecker. check(ConfigurationHolder configHolder)Test the availability of the backing service.default <T> TBackingChecker. getDescriptor(ConfigurationHolder configHolder, String configName, Class<T> klass)Creates a descriptor instance for the specified file and descriptor class.default <T> TBackingChecker. getDescriptor(ConfigurationHolder configHolder, String configName, Class<T> klass, Class<?>... klasses)Creates a descriptor instance for the specified file and descriptor class.default <T> TBackingChecker. getDescriptor(ConfigurationHolder configHolder, String configName, Class<T> klass, UnaryOperator<String> replacer)default <T> TBackingChecker. getDescriptor(ConfigurationHolder configHolder, String configName, Class<T> klass, UnaryOperator<String> replacer, Class<?>... klasses)Creates a descriptor instance for the specified file and descriptor class. -
Uses of ConfigurationHolder in org.nuxeo.launcher.info
Methods in org.nuxeo.launcher.info with parameters of type ConfigurationHolder Modifier and Type Method Description protected static List<KeyValueInfo>InstanceInfo. computeKeyVals(ConfigurationHolder configHolder, Set<String> keys)static InstanceInfoInstanceInfo. from(ConfigurationHolder configHolder, String clid, List<org.nuxeo.connect.update.LocalPackage> pkgs)Introspects the server and builds the instance info. -
Uses of ConfigurationHolder in org.nuxeo.runtime.kafka
Methods in org.nuxeo.runtime.kafka with parameters of type ConfigurationHolder Modifier and Type Method Description booleanKafkaChecker. accepts(ConfigurationHolder configHolder)voidKafkaChecker. check(ConfigurationHolder configHolder)
-