
ch.sbb.releasetrain.utils.config.GlobalConfig Maven / Gradle / Ivy
/*
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements;
* and to You under the Apache License, Version 2.0.
*/
package ch.sbb.releasetrain.utils.config;
/**
* Global Config for all the Mojos
*
* @author u203244 (Daniel Marthaler)
* @version $Id: $
* @since 0.0.1, 2016
*/
public interface GlobalConfig {
String get(String id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy