net.sourceforge.pmd.renderers
Class CodeClimateIssue.Content

java.lang.Object
  extended by net.sourceforge.pmd.renderers.CodeClimateIssue.Content
Enclosing class:
CodeClimateIssue

public static class CodeClimateIssue.Content
extends Object

Content structure


Field Summary
 String body
           
 
Constructor Summary
CodeClimateIssue.Content(String body)
          Strip out all newlines from the body
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

body

public String body
Constructor Detail

CodeClimateIssue.Content

public CodeClimateIssue.Content(String body)
Strip out all newlines from the body

Parameters:
{String} - body The text to compose the content from


Copyright © 2002-2016 InfoEther. All Rights Reserved.