Skip to content

A simple CLI tool to index all Java classes from JAR files in a folder

Notifications You must be signed in to change notification settings

TaurMorchant/jar-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  1. Build the tool.
  2. Run it with the target directory as an argument:
java -jar jar-indexer.jar <path-to-directory-with-jars>

The tool will scan all JAR files in the specified directory.

  1. Output: After processing, the tool generates an classesIndex.txt file containing all found classes, sorted alphabetically, and packagesIndex.txt file containing all found packages, sorted alphabetically.

About

A simple CLI tool to index all Java classes from JAR files in a folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages