public static class GenerateInspectionsMojo.Inspection extends Object
Constructor and Description |
---|
Inspection() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getArtifacts() |
String |
getClassName() |
List<String> |
getClassNames() |
String |
getCollectionClassName() |
String |
getCollectionType() |
String |
getFileName() |
GenerateInspectionsMojo.InspectionType |
getInspectionType() |
void |
setArtifacts(List<String> artifacts) |
void |
setClassName(String className) |
void |
setClassNames(List<String> classNames) |
void |
setCollectionClassName(String collectionClassName) |
void |
setCollectionType(String collectionType) |
void |
setFileName(String fileName) |
void |
setInspectionType(GenerateInspectionsMojo.InspectionType inspectionType) |
public String getClassName()
public void setClassName(String className)
public String getCollectionType()
public void setCollectionType(String collectionType)
public String getCollectionClassName()
public void setCollectionClassName(String collectionClassName)
public String getFileName()
public void setFileName(String fileName)
public GenerateInspectionsMojo.InspectionType getInspectionType()
public void setInspectionType(GenerateInspectionsMojo.InspectionType inspectionType)
Copyright © 2020 JBoss by Red Hat. All rights reserved.