Class PluginReporter


  • public class PluginReporter
    extends Reporter
    Special reporter for detailed plugins report.
    Since:
    12.10.2014
    • Field Summary

      • Fields inherited from class ru.vyarus.dropwizard.guice.module.installer.util.Reporter

        NEWLINE, TAB
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginReporter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PluginReporter named​(java.lang.Class keyType, java.lang.Class extType, java.lang.Object key, java.lang.Class extension)  
      void report()
      Prints composed report into logger or do nothing if no lines were provided.
      PluginReporter simple​(java.lang.Class extType, java.lang.Class extension)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PluginReporter

        public PluginReporter()
    • Method Detail

      • named

        public PluginReporter named​(java.lang.Class keyType,
                                    java.lang.Class extType,
                                    java.lang.Object key,
                                    java.lang.Class extension)
      • simple

        public PluginReporter simple​(java.lang.Class extType,
                                     java.lang.Class extension)
      • report

        public void report()
        Description copied from class: Reporter
        Prints composed report into logger or do nothing if no lines were provided.
        Overrides:
        report in class Reporter