public class RandomObjectsUtils extends Object
| Constructor and Description |
|---|
RandomObjectsUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getInfomailFromWebsite(String url)
Gets an infomail address from the given url.
|
static String |
getRandomEmail()
The Method getRandomEmail() gets a random email-address.
|
static String |
getRandomFaxnumber(String phonenumber)
Gets a random faxnumber from a phone.
|
static String |
getRandomMobilnumber()
Gets a random mobil number from a mobilphone.
|
static String |
getRandomPassword(int length)
The Method getRandomPassword(int) produces a random password.
|
static String |
getRandomPhonenumber()
Gets a random phonenumber.
|
static String |
getRandomWebsite()
Gets a random name for a website.
|
static String |
newRandomId()
Creates a random id and returns it.
|
static String |
newRandomName(char[] donatedChars)
Creates a random Name from the donated chararray.
|
public static String getInfomailFromWebsite(String url)
url - The url.public static String getRandomEmail()
public static String getRandomFaxnumber(String phonenumber)
phonenumber - The phonenumber.public static String getRandomMobilnumber()
public static String getRandomPassword(int length)
length - The length from the password.public static String getRandomPhonenumber()
public static String getRandomWebsite()
public static String newRandomId()
public static String newRandomName(char[] donatedChars)
donatedChars - The Characters for the name.Copyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.