Interface PropertiesTransportOptions


public interface PropertiesTransportOptions
Interface providing means to configure properties transport in content transport or file system sync.
Since:
5.2.21
See Also:
  • Method Details

    • setProjectPropertiesTransport

      void setProjectPropertiesTransport(@NotNull @NotNull EnumSet<PropertiesTransportOptions.ProjectPropertyType> types)
      Defines which properties types should be transported within related transport. By default global property transport is deactivated.
      Usage:
      • Use EnumSet.allOf(ProjectPropertyType.class) to activate global properties transport for all types.
      • Use EnumSet.of(Enum) to configure specific properties transport.
      Since:
      5.2.21