1. Get the sources

  1. Download and extracts the sources from https://commons.apache.org/proper/commons-io/download_io.cgi

2. Create a new Modelio project with the Java template

Follow the A basic Java 8 project setup example to create a Java 8 project.

3. Create a root component

  1. Right click on the root package

  2. Create a Java component with moduleJava Architect→creationgroupCreate element→javacomponentJava Component

  3. Name it "apache-commons-io"

4. Reverse from sources

  1. Right click on the created "apache-commons-io" component

  2. Select moduleJava Architect→reversegroupReverse→reversesourcesReverse Java application from sources

  3. In the "Files to reverse" tab, change the directory to the one that contains the source.

  4. In the tree view, select the "src" directory.

  5. In the "Granularity" combo, select "Complete".

  6. Click on the Next, Next, and finally Reverse buttons.