Uses of Class
ch.so.agi.hop.doclint.model.PluginElement
Packages that use PluginElement
Package
Description
-
Uses of PluginElement in ch.so.agi.hop.doclint.report
Method parameters in ch.so.agi.hop.doclint.report with type arguments of type PluginElementModifier and TypeMethodDescriptionvoidReportWriter.write(List<PluginElement> elements, List<CheckResult> results) -
Uses of PluginElement in ch.so.agi.hop.doclint.scan
Methods in ch.so.agi.hop.doclint.scan that return types with arguments of type PluginElementModifier and TypeMethodDescriptionPluginElementScanner.ScanOutcome.elements()Returns the value of theelementsrecord component.Constructor parameters in ch.so.agi.hop.doclint.scan with type arguments of type PluginElementModifierConstructorDescriptionScanOutcome(List<PluginElement> elements, int scannedClasses) Creates an instance of aScanOutcomerecord class. -
Uses of PluginElement in ch.so.agi.hop.doclint.validate
Method parameters in ch.so.agi.hop.doclint.validate with type arguments of type PluginElementModifier and TypeMethodDescriptionDocumentationValidator.validate(List<PluginElement> elements, DocLintConfig config) MetadataValidator.validate(List<PluginElement> elements, DocLintConfig config, Path classesDirectory) SampleValidator.validate(List<PluginElement> elements, DocLintConfig config)