Package docet.maven

Class DocetIssue


  • public class DocetIssue
    extends java.lang.Object
    Author:
    matteo.casadei
    • Constructor Summary

      Constructors 
      Constructor Description
      DocetIssue​(Severity severity, java.lang.String msg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMsg()  
      Severity getSeverity()  
      • Methods inherited from class java.lang.Object

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

      • DocetIssue

        public DocetIssue​(Severity severity,
                          java.lang.String msg)
    • Method Detail

      • getSeverity

        public Severity getSeverity()
      • getMsg

        public java.lang.String getMsg()