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

com.dslplatform.compiler.client.ParameterParser Maven / Gradle / Ivy

Go to download

Command line client for interaction with DSL Platform compiler (https://dsl-platform.com)

The newest version!
package com.dslplatform.compiler.client;

public interface ParameterParser {
	Either tryParse(final String name, final String value, final Context context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy