Sha256: da09e59fd9ffebfcad10f23bd6de5a2680afbcb53d128d67591c71683009be09
Contents?: true
Size: 160 Bytes
Versions: 46
Compression:
Stored size: 160 Bytes
Contents
package org.embulk.plugin; public interface PluginSource { public <T> T newPlugin(Class<T> iface, PluginType type) throws PluginSourceNotMatchException; }
Version data entries
46 entries across 46 versions & 1 rubygems