fafriat / find-class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Tool that locates a specified class inside folders or jars...

Usage

java -jar find-class-<VERSION>.jar

Needs 2 arguments <path> <classname>
<path> : root folder for the search, path can be absolute or relative to current dir
<classname> : package and/or classname to search for ex: com/bar/somepackage/SomeClass.class or SomeClass or SomeClass.class

Credits

I would like to thank Victor Itkin for his assistance with git/gitflow/maven.

About

License:Apache License 2.0


Languages

Language:Java 100.0%