public class InspectionRegistry extends Object
| Constructor and Description |
|---|
InspectionRegistry() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Inspection> |
getInspections() |
void |
registerInspections(Collection<Inspection> inspections) |
void |
registerInspections(Inspection... inspections) |
void |
unregisterInspections(Collection<Inspection> inspections) |
void |
unregisterInspections(Inspection... inspections) |
public void registerInspections(Inspection... inspections)
public void registerInspections(Collection<Inspection> inspections)
public void unregisterInspections(Inspection... inspections)
public void unregisterInspections(Collection<Inspection> inspections)
public Collection<Inspection> getInspections()
Copyright © 2019 JBoss by Red Hat. All rights reserved.