-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Danil Kolesnikov
committed
Nov 29, 2017
1 parent
0333e61
commit 6f3a4ab
Showing
4 changed files
with
150 additions
and
35 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,31 @@ | ||
# Package Explorer | ||
> PackageExplorer program allows you to get information about java classes in a specified directory. | ||
![](header.png) | ||
|
||
# Description | ||
Package Explorer uses Java Reflection API to list all the .class files in the specified directory and let a user view the details of each class. (Class name, SuperClass, Interface, Fields, Methods, Providers, Clients). | ||
|
||
* Providers - list of classes within the same directory that this class depends on. | ||
* Clients - list of classes within the same directory that depend on this class. | ||
|
||
The program allows saving individual/all class files in XML by serializing with Java's XMLEncoder library. You can load files back in the program by choosing to load previosly saved XML file containing all classes. | ||
|
||
## Usage | ||
|
||
Terminal: | ||
|
||
Open the folder containing jars and run: | ||
|
||
```sh | ||
java -jar PackageExploere.jar /Users/danil/Desktop/SomeJavaProject/out | ||
``` | ||
If the first argument is empty, program will search for .class files in the current directory. | ||
|
||
## Meta | ||
|
||
Please feel free to reach to me :) | ||
|
||
Danil Kolesnikov – [email protected] | ||
|
||
Distributed under the MIT license. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.