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

dev.galasa.cicsts.internal.properties.DefaultLogonGmText Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
/*
 * Licensed Materials - Property of IBM
 * 
 * (c) Copyright IBM Corp. 2020.
 */
package dev.galasa.cicsts.internal.properties;

import dev.galasa.cicsts.CicstsManagerException;
import dev.galasa.framework.spi.cps.CpsProperties;

public class DefaultLogonGmText extends CpsProperties {

    public static String get() throws CicstsManagerException {
            return getStringWithDefault(CicstsPropertiesSingleton.cps(), "DFHZC2312", "default.logon", "gm.text");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy