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

dev.galasa.cicsts.internal.properties.DefaultLogonInitialText 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.ConfigurationPropertyStoreException;
import dev.galasa.framework.spi.cps.CpsProperties;

public class DefaultLogonInitialText extends CpsProperties {

    public static String get() throws CicstsManagerException {
        try {
            return getStringNulled(CicstsPropertiesSingleton.cps(), "default.logon", "initial.text");
        } catch (ConfigurationPropertyStoreException e) {
            throw new CicstsManagerException("Problem asking CPS for the default logon initial text", e); 
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy