Interface ApplicationGenerator


  • public interface ApplicationGenerator
    The interface ApplicationGenerator for generate random application names, versions, group ids or artefact ids.
    • Method Detail

      • newApplicationArtefactId

        java.lang.String newApplicationArtefactId()
        New application artefact id.
        Returns:
        the string
      • newApplicationGroupId

        java.lang.String newApplicationGroupId()
        New application group id.
        Returns:
        the string
      • newApplicationName

        java.lang.String newApplicationName()
        New application name.
        Returns:
        the string
      • newApplicationVersion

        java.lang.String newApplicationVersion()
        New application version.
        Returns:
        the string
      • newFilename

        java.lang.String newFilename()
        New filename.
        Returns:
        the string