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

net.savantly.graphite.query.Formatter Maven / Gradle / Ivy

The newest version!
package net.savantly.graphite.query;

import java.net.URLConnection;

public interface Formatter extends HasStringValue {

	T getData(URLConnection connection);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy