org.yamcs.spi.Plugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yamcs-api Show documentation
Show all versions of yamcs-api Show documentation
Used by external clients to communicate with Yamcs
package org.yamcs.spi;
public interface Plugin {
public String getName();
public String getDescription();
public String getVersion();
public String getVendor();
}