View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window polyflow-view-filtering-3.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.holunda.polyflow.view.sort
├─ io.holunda.polyflow.view.sort.CompareMode.class - [JAR]
├─ io.holunda.polyflow.view.sort.DataEntryComparator.class - [JAR]
├─ io.holunda.polyflow.view.sort.SortDirection.class - [JAR]
├─ io.holunda.polyflow.view.sort.SorterKt.class - [JAR]
├─ io.holunda.polyflow.view.sort.TasksWithDataEntriesComparator.class - [JAR]
io.holunda.polyflow.view.filter
├─ io.holunda.polyflow.view.filter.Criterion.class - [JAR]
├─ io.holunda.polyflow.view.filter.DataEntryPredicateWrapper.class - [JAR]
├─ io.holunda.polyflow.view.filter.FilterKt.class - [JAR]
├─ io.holunda.polyflow.view.filter.PropertyValuePredicate.class - [JAR]
├─ io.holunda.polyflow.view.filter.TaskPredicateWrapper.class - [JAR]