Class DecryptPropertiesMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.aeontronix.enhancedmule.tools.AbstractCryptoMojo
com.aeontronix.enhancedmule.tools.DecryptPropertiesMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="props-decrypt",
      requiresProject=false)
public class DecryptPropertiesMojo
extends AbstractCryptoMojo
  • Field Summary

    Fields inherited from class com.aeontronix.enhancedmule.tools.AbstractCryptoMojo

    objectMapper

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors 
    Constructor Description
    DecryptPropertiesMojo()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean isProcessingRequired​(com.fasterxml.jackson.databind.JsonNode property)  
    protected com.fasterxml.jackson.databind.JsonNode processValue​(com.aeontronix.kryptotek.key.AESKey key, com.fasterxml.jackson.databind.JsonNode value)  

    Methods inherited from class com.aeontronix.enhancedmule.tools.AbstractCryptoMojo

    execute

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait