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

io.continual.util.data.exprEval.EnvDataSource Maven / Gradle / Ivy

There is a newer version: 0.3.14
Show newest version
package io.continual.util.data.exprEval;

public class EnvDataSource implements ExprDataSource
{
	@Override
	public Object eval ( String label )
	{
		return System.getenv ().get ( label );
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy