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

esa.mo.helpertools.misc.HelperNMF Maven / Gradle / Ivy

/* ----------------------------------------------------------------------------
 * Copyright (C) 2015      European Space Agency
 *                         European Space Operations Centre
 *                         Darmstadt
 *                         Germany
 * ----------------------------------------------------------------------------
 * System                : ESA NanoSat MO Framework
 * ----------------------------------------------------------------------------
 * Licensed under the European Space Agency Public License, Version 2.0
 * You may not use this file except in compliance with the License.
 *
 * Except as expressly set forth in this License, the Software is provided to
 * You on an "as is" basis and without warranties of any kind, including without
 * limitation merchantability, fitness for a particular purpose, absence of
 * defects or errors, accuracy or non-infringement of intellectual property rights.
 * 
 * See the License for the specific language governing permissions and
 * limitations under the License. 
 * ----------------------------------------------------------------------------
 */
package esa.mo.helpertools.misc;

/**
 * A Helper class dedicated to the NanoSat MO Framework specific properties
 */
public class HelperNMF {

    public final static String NMF_PACKAGE_NAME = "helpertools.configurations.provider.NMFPackageName";
    public final static String NMF_PACKAGE_ID = "helpertools.configurations.provider.NMFPackageId";
    public final static String NMF_PACKAGE_SUFFIX = "nmfpack";
    public final static String NMF_NMS_NAME = "NanoSat_MO_Supervisor";
    public final static String NMF_GMP_NAME = "Ground_MO_Proxy";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy