This project is a utility for ruffle applications.
- Number exctractor
- Raffle folder generator
- more feature will be added as soon as possible
Add this into your pom.xml
<dependency>
<groupId>it.iacovelli</groupId>
<artifactId>ruffleManager</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
In your application instantiate a new NumberExtractor with the starting and the ending number of the range, then you can use the getNumber() method to extract a random number. Remember to call the initialize() after you finish to extract numbers if you want retry.
In your application instantiate a new RuffleFolderGenerator with the starting and the ending number of the range, then you can use the generateRuffleFolder(folderNumber) method with the folder number you want to use.