Class DigestPlexusConverter
java.lang.Object
org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
org.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter
io.github.ascopes.protobufmavenplugin.digests.DigestPlexusConverter
- All Implemented Interfaces:
org.codehaus.plexus.component.configurator.converters.ConfigurationConverter
public final class DigestPlexusConverter
extends org.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter
Converter for
Digest
s.- Since:
- 3.5.0
- Author:
- Ashley Scopes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canConvert
(Class<?> type) protected Object
fromString
(String str) Methods inherited from class org.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter
fromConfiguration, fromExpression, fromString
Methods inherited from class org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
failIfNotTypeCompatible, fromConfiguration, fromExpression, fromExpression, fromXML, getClassForImplementationHint, instantiateObject
-
Constructor Details
-
DigestPlexusConverter
public DigestPlexusConverter()
-
-
Method Details
-
canConvert
-
fromString
protected Object fromString(String str) throws org.codehaus.plexus.component.configurator.ComponentConfigurationException - Overrides:
fromString
in classorg.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter
- Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
-