All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.ConfigScope Maven / Gradle / Ivy

There is a newer version: 5.10.7
Show newest version
package org.yamcs;

/**
 * Represents a type of configuration file
 */
public enum ConfigScope {

    /**
     * Represents yamcs.yaml configuration. This file contains global configuration options.
     */
    YAMCS,

    /**
     * Represents yamcs.[instance].yaml configuration. Such files contain instance-specific configuration options.
     */
    YAMCS_INSTANCE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy