Class VersionInfoProperties.DependencyStatus

java.lang.Object
org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyStatus
Enclosing class:
VersionInfoProperties

public static class VersionInfoProperties.DependencyStatus extends Object
Represents whether dependency information should be returned as a part of the about result set.
  • Constructor Details

    • DependencyStatus

      public DependencyStatus()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Returns:
      true if dependencies should be returned. False if dependencies should not be returned.
    • setEnabled

      public void setEnabled(boolean enabled)
      Establishes if dependencies should returned.
      Parameters:
      enabled - true if dependencies should be returned, otherwise false.