Interface RevisionRegister

  • All Implemented Interfaces:

    
    public interface RevisionRegister
    
                        

    Mark the existed revision

    Since:

    2021-03-17

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract long revision() the revision number
      abstract String description() description of this revision
      abstract String flywave() path of flywave, no `/` before and after
      String classpath() classpath of flywave
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • revision

         abstract long revision()

        the revision number

      • flywave

        @NotNull() abstract String flywave()

        path of flywave, no `/` before and after