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

org.metricssampler.extensions.base.SelfInputXBean Maven / Gradle / Ivy

package org.metricssampler.extensions.base;

import org.metricssampler.config.loader.xbeans.InputXBean;

import com.thoughtworks.xstream.annotations.XStreamAlias;

@XStreamAlias("self")
public class SelfInputXBean extends InputXBean {
	@Override
	protected SelfInputConfig createConfig() {
		return new SelfInputConfig(getName(), getVariablesConfig());
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy