Class PluginDescription


  • public class PluginDescription
    extends Object
    The description of plugin.
    • Constructor Detail

      • PluginDescription

        public PluginDescription​(@NotNull
                                 top.focess.util.yaml.YamlConfiguration pluginConfig)
        Constructs a new PluginDescription from the plugin config
        Parameters:
        pluginConfig - the plugin config named "plugin.yml"
    • Method Detail

      • getMain

        public String getMain()
      • getDependencies

        public List<String> getDependencies()
      • getSoftDependencies

        public List<String> getSoftDependencies()
      • getName

        public String getName()
      • getAuthor

        public String getAuthor()
      • getVersion

        public top.focess.util.version.Version getVersion()