Class BootstrapConfigurationFileTransformer

java.lang.Object
org.apache.nifi.toolkit.config.transformer.BootstrapConfigurationFileTransformer
All Implemented Interfaces:
FileTransformer

public class BootstrapConfigurationFileTransformer extends Object implements FileTransformer
File Transformer supporting Bootstrap Configuration with updated Root Key
  • Field Details

    • PROPERTY_VALUE_PATTERN

      private static final Pattern PROPERTY_VALUE_PATTERN
    • NAME_GROUP

      private static final int NAME_GROUP
      See Also:
    • PROPERTY_VALUE_SEPARATOR

      private static final char PROPERTY_VALUE_SEPARATOR
      See Also:
    • rootKeyPropertyName

      private final String rootKeyPropertyName
    • rootKey

      private final String rootKey
  • Constructor Details

    • BootstrapConfigurationFileTransformer

      public BootstrapConfigurationFileTransformer(String rootKeyPropertyName, String rootKey)
      Bootstrap Configuration File Transformer writes provided Root Key to output files
      Parameters:
      rootKeyPropertyName - Root Key property name to be written
      rootKey - Root Key to be written
  • Method Details