Simple classpath scanner

Provides an efficient classpath scanner for URLClassLoaders.

Лицензия

Лицензия

Группа

Группа

com.bluetrainsoftware
Идентификатор

Идентификатор

classpath-scanner
Последняя версия

Последняя версия

1.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

Simple classpath scanner
Provides an efficient classpath scanner for URLClassLoaders.
Система контроля версий

Система контроля версий

http://github.com/rvowles/classpath-scanner

Скачать classpath-scanner

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.bluetrainsoftware/classpath-scanner/ -->
<dependency>
    <groupId>com.bluetrainsoftware</groupId>
    <artifactId>classpath-scanner</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluetrainsoftware/classpath-scanner/
implementation 'com.bluetrainsoftware:classpath-scanner:1.8'
// https://jarcasting.com/artifacts/com.bluetrainsoftware/classpath-scanner/
implementation ("com.bluetrainsoftware:classpath-scanner:1.8")
'com.bluetrainsoftware:classpath-scanner:jar:1.8'
<dependency org="com.bluetrainsoftware" name="classpath-scanner" rev="1.8">
  <artifact name="classpath-scanner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluetrainsoftware', module='classpath-scanner', version='1.8')
)
libraryDependencies += "com.bluetrainsoftware" % "classpath-scanner" % "1.8"
[com.bluetrainsoftware/classpath-scanner "1.8"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.2

test (3)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.7.2
commons-io : commons-io jar 2.4
com.bluetrainsoftware.composite : composite-unit-test jar [1,2)

Модули Проекта

Данный проект не имеет модулей.

URL Classpath Scanner

This adds specific support for the URL Classpath Scanner. As we are not able to detect the paths of other scanners, they are not supported currently.

Simply pass a URLClassLoader to the ClasspathScanner and it will give you back a series of resources. You can also register one or more listeners before you scan and they will be notified of all interested resources. The listener is the ResourceScanListener.

Not finished.

Версии библиотеки

Версия
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1