Uses of Class
org.verapdf.processor.plugins.Attribute
-
Packages that use Attribute Package Description org.verapdf.processor.plugins -
-
Uses of Attribute in org.verapdf.processor.plugins
Methods in org.verapdf.processor.plugins that return Attribute Modifier and Type Method Description static AttributeAttribute. fromValues(String key, String value)Methods in org.verapdf.processor.plugins that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>PluginConfig. getAttributes()Method parameters in org.verapdf.processor.plugins with type arguments of type Attribute Modifier and Type Method Description static PluginConfigPluginConfig. fromValues(boolean enabled, String name, String version, String description, String pluginFolder, List<Attribute> attributes)
-