Interface ExecutiveBuilder<TS extends ExecutiveSource>

All Known Implementing Classes:
ExecutiveBuilderImpl

public interface ExecutiveBuilder<TS extends ExecutiveSource>
Builder of Executive.
Author:
Daniel Sagenschneider
  • Method Details

    • addProperty

      void addProperty(String name, String value)
      Specifies a property for the ExecutiveSource.
      Parameters:
      name - Name of property.
      value - Value of property.