undecidedvisvitalis8 / many-domains-generator

This is a tiny Java Maven project which consists in a CVS generator of hierarchical sequence of labels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

many-domains-generator

This is a tiny Java Maven project which consists in a CVS generator of hierarchical sequence of labels


How to compile:

  • Go to the project root (where you can find pom.xml)
  • You can modify log verbosity, editing src/main/resources/log4j.properties
  • Run: mvn clean install
  • As result, if there will not be errors, you will have two jar: ManyDomainsGenerator.jar (the tool) and ManyDomainsGenerator-javadoc.jar (the documentation)

How to execute:

  • Go to the folder where you have the jar tool.
  • Run: java -jar ManyDomainsGenerator.jar [arguments]
  • Arguments list is: -d (--domains) N : domains number -l (--levels) N : levels number
  • You can check the execution by reading your STDOUT. The process result is a .csv file, containing generated entities

About

This is a tiny Java Maven project which consists in a CVS generator of hierarchical sequence of labels

License:MIT License


Languages

Language:Java 100.0%