Package org.basepom.mojo.propertyhelper
Class InterpolatorFactory
java.lang.Object
org.basepom.mojo.propertyhelper.InterpolatorFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninterpolate
(String value, IgnoreWarnFail onMissingProperty, Map<String, String> properties)
-
Constructor Details
-
InterpolatorFactory
public InterpolatorFactory(org.apache.maven.model.Model model)
-
-
Method Details
-
interpolate
public String interpolate(String value, IgnoreWarnFail onMissingProperty, Map<String, String> properties) throws IOException, org.codehaus.plexus.interpolation.InterpolationException- Throws:
IOException
org.codehaus.plexus.interpolation.InterpolationException
-