Class RevisionFitness.Fit

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Set<String> getPath() sql scan pattern, comma separated.
      void setPath(Set<String> path) sql scan pattern, comma separated.
      Set<String> getRevi() revision, comma separated
      void setRevi(Set<String> revi) revision, comma separated
      RevisionFitness.Act getLost() Post check, if the specified revi is not applied, only upgrade can be performed, not downgrade to avoid dangerous delete.
      void setLost(RevisionFitness.Act lost) Post check, if the specified revi is not applied, only upgrade can be performed, not downgrade to avoid dangerous delete.
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RevisionFitness.Fit

        RevisionFitness.Fit()
    • Method Detail

      • getPath

         Set<String> getPath()

        sql scan pattern, comma separated. PathMatchingResourcePatternResolver format

      • setPath

         void setPath(Set<String> path)

        sql scan pattern, comma separated. PathMatchingResourcePatternResolver format

      • getLost

         RevisionFitness.Act getLost()

        Post check, if the specified revi is not applied, only upgrade can be performed, not downgrade to avoid dangerous delete.

      • setLost

         void setLost(RevisionFitness.Act lost)

        Post check, if the specified revi is not applied, only upgrade can be performed, not downgrade to avoid dangerous delete.