

GitHub - classgraph/classgraph: An uber-fast, ultra-lightweight Java classpath s...
source link: https://github.com/classgraph/classgraph
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md
ClassGraph
ClassGraph (formerly FastClasspathScanner) is an uber-fast, ultra-lightweight classpath scanner, module scanner, and annotation processor for Java, Scala, Kotlin and other JVM languages.
ClassGraph has the ability to "invert" the Java class and/or reflection API: for example, the Java class and reflection API can tell you the interfaces implemented by a given class, or can give you the list of annotations on a class; ClassGraph can find all classes that implement a given interface, or can find all classes that are annotated with a given annotation.
ClassGraph provides a number of important capabilities to the JVM ecosystem:
- ClassGraph has the ability to build a model in memory of the entire relatedness graph of all classes, annotations, interfaces, methods and fields that are visible to the JVM. This graph can be queried in a wide range of ways.
- ClassGraph reads the classfile bytecode format directly, so it can read all information about classes without loading or initializing them.
- ClassGraph is fully compatible with the new JPMS module system (Project Jigsaw / JDK 9+), i.e. it can scan both the traditional classpath and the visible Java modules. However, the code is also fully backwards compatible with JDK 7 and JDK 8 (i.e. it is compiled to be callable from a JDK 7 project).
- ClassGraph scans the classpath or module path using carefully optimized multithreaded code for the shortest possible scan times, and it runs as close as possible to I/O bandwidth limits, even on a fast SSD.
- ClassGraph handles more classpath specification mechanisms found in the wild than any other classpath scanner, making code that depends upon ClassGraph maximally portable.
- ClassGraph can scan the classpath and module path either at runtime or at build time (e.g. to implement annotation processing for Android).
- ClassGraph can create GraphViz visualizations of the class graph structure, which can help with code understanding: (click to enlarge | see graph legend here)
Documentation
See the wiki for complete documentation and usage information.
See the code examples page for examples of how to use the ClassGraph API.
Status
FastClasspathScanner was renamed to ClassGraph, and released as version 4.
ClassGraph has a completely revamped API. See the porting notes for information on porting from the older FastClasspathScanner version 3 API.
In particular, the Maven group id has changed from io.github.lukehutch.fast-classpath-scanner
to io.github.classgraph
in version 4. Please see the new Maven dependency rule and module "requires" line in the Wiki documentation.
Mailing List
- Feel free to subscribe to the ClassGraph-Users email list for updates, or to ask questions.
- There is also a Gitter room for discussion of ClassGraph.
Author
ClassGraph was written by Luke Hutchison, with contributions from a number of other people:
- https://github.com/lukehutch
- @LH on Twitter
Please donate if this library makes your life easier:
Alternatives
Some other classpath scanning mechanisms include:
- Reflections
- Corn Classpath Scanner
- annotation-detector
- Scannotation
- Sclasner
- Annovention
- ClassIndex (compiletime annotation scanner/processor)
- Jandex (Java annotation indexer, part of Wildfly)
- Spring has built-in classpath scanning
- Hibernate has the class
org.hibernate.ejb.packaging.Scanner
. - extcos -- the Extended Component Scanner
- Javassist
- ObjectWeb ASM
- QDox, a fast Java source parser and indexer
- bndtools, which is able to "crawl"/parse the bytecode of class files to find all imports/dependencies, among other things.
- coffea, a command line tool and Python library for analyzing static dependences in Java bytecode
License
The MIT License (MIT)
Copyright (c) 2018 Luke Hutchison
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Recommend
-
116
Elasticsearch6.0集成测试found jar hell in test classpath 解决方法
-
70
README.markdown classpath.vim This plugin sets the 'path' for JVM languages to match the class path of your current Java project. This le...
-
109
Findjars: a gradle plugin to debug classpath issues Findjars is a gradle plugin that helped Criteo debugging classpath issues when migrating from maven to gradle. It permits to find: whic...
-
58
-
31
程序员 - @lihongjie0209 - 这样做的好处很明显1. 包只需要全局存在, 不同版本的包在不同的文件夹, 全局只需要下载一次就好了2. 使用包只需要在启动时指定相关的 PATH 就可以了这样可以完美的避免每个项目
-
65
Burningwave Core
-
18
1 简介 读取文件内容是 Java 常规操作,特别是读取配置文件,本文将介绍四种读取配置文件(Properties格式为例)的情况,分别是从普通文件系统、classpath、jar包内、网络资源 URL 。 2...
-
10
Are the XML files in the classpath of a java application always loaded into memory? advertisements I have some configuration XML files in the...
-
5
Unbound java eclipse classpath variable advertisements What does the meaning of Unbound Class Path variable on Eclipse? I got the error and do...
-
6
V2EX › Linux 关于 classpath 和操作系统有关还是和 shell 有关 Taran · 13 小时 43 分钟前 · 2...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK