Interface Dependency

All Known Implementing Classes:
PluginDependency

public interface Dependency
Interface for dependency of a plugin.
Version:
$Revision: 1.4 $
  • Method Summary

    Modifier and Type Method Description
    String getMain()
    Returns the main.
    String getName()
    Returns the name.
  • Method Details

    • getMain

      String getMain()
      Returns the main.
      Returns:
      String
    • getName

      String getName()
      Returns the name.
      Returns:
      String