Class FindBugsProfileType
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.spotbugs.jaxb.FindBugsProfileType
-
public class FindBugsProfileType extends java.lang.Object-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ClassProfileType>classProfile
-
Constructor Summary
Constructors Constructor Description FindBugsProfileType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ClassProfileType>getClassProfile()Gets the value of the classProfile property.
-
-
-
Field Detail
-
classProfile
protected java.util.List<ClassProfileType> classProfile
-
-
Method Detail
-
getClassProfile
public java.util.List<ClassProfileType> getClassProfile()
Gets the value of the classProfile property.ClassProfileType
-
-
-