Package de.alpharogroup.random.api
Interface ApplicationGenerator
-
public interface ApplicationGeneratorThe interfaceApplicationGeneratorfor generate random application names, versions, group ids or artefact ids.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringnewApplicationArtefactId()New application artefact id.java.lang.StringnewApplicationGroupId()New application group id.java.lang.StringnewApplicationName()New application name.java.lang.StringnewApplicationVersion()New application version.java.lang.StringnewFilename()New filename.
-
-
-
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
-
-