![JAR search and dependency download from the Maven repository](/logo.png)
com.yahoo.elide.standalone.interfaces.ElideSettingsProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elide-standalone Show documentation
Show all versions of elide-standalone Show documentation
Elide Standalone Application
The newest version!
/*
* Copyright 2017, Yahoo Inc.
* Licensed under the Apache License, Version 2.0
* See LICENSE file in project root for terms.
*/
package com.yahoo.elide.standalone.interfaces;
import com.yahoo.elide.ElideSettings;
/**
* Standalone ElideSettingsProvider.
*/
public interface ElideSettingsProvider {
/**
* Provider for Elide settings.
*
* @return Elide settings object.
*/
ElideSettings getElideSettings();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy