Class PropertyOperation

java.lang.Object
org.codice.ddf.admin.configurator.impl.PropertyOperation
All Implemented Interfaces:
org.codice.ddf.admin.configurator.Operation<Void>

public abstract class PropertyOperation extends Object implements org.codice.ddf.admin.configurator.Operation<Void>
Transactional handler for persisting property file changes.

This code is experimental. While this class is functional and tested, it may change or be removed in a future version of the library.

  • Field Details

  • Method Details

    • rollback

      public org.codice.ddf.admin.configurator.Result<Void> rollback() throws org.codice.ddf.admin.configurator.ConfiguratorException
      Specified by:
      rollback in interface org.codice.ddf.admin.configurator.Operation<Void>
      Throws:
      org.codice.ddf.admin.configurator.ConfiguratorException