Class RevisionFitness.Fit
-
- All Implemented Interfaces:
public class RevisionFitness.Fit
-
-
Constructor Summary
Constructors Constructor Description RevisionFitness.Fit()
-
Method Summary
Modifier and Type Method Description Set<String>getPath()sql scan pattern, comma separated. voidsetPath(Set<String> path)sql scan pattern, comma separated. Set<String>getRevi()revision, comma separated voidsetRevi(Set<String> revi)revision, comma separated RevisionFitness.ActgetLost()Post check, if the specified revi is not applied, only upgrade can be performed, not downgrade to avoid dangerous delete. voidsetLost(RevisionFitness.Act lost)Post check, if the specified revi is not applied, only upgrade can be performed, not downgrade to avoid dangerous delete. booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
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.
-
hashCode
int hashCode()
-
-
-
-