| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.excalibur.components |
| Идентификатор | Идентификаторexcalibur-monitor |
| Версия | Версия2.2.1 |
| Тип | Типjar |
| Описание |
ОписаниеExcalibur Monitor
Avalon Excalibur's resource management code allows you to be notified when a resource has changed. There
are two methods of resource management: active and passive. Passive resource management acts as a holder
for resources, and after the resource has been modified through it's normal API, notification goes to all
listeners. Active resource management does the same, but it also polls the resources periodically to see
if the resource was modified through an external method. Active resource management is perfect for
monitoring files because they can be modified by external programs, and your program will be notified when
the change occurs instead of constantly polling it.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| excalibur-monitor-2.2.1.pom | |
| excalibur-monitor-2.2.1.jar | 26 KB |
| excalibur-monitor-2.2.1-sources.jar | 25 KB |
| excalibur-monitor-2.2.1-javadoc.jar | 107 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.excalibur.components/excalibur-monitor/ -->
<dependency>
<groupId>org.apache.excalibur.components</groupId>
<artifactId>excalibur-monitor</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.excalibur.components/excalibur-monitor/
implementation 'org.apache.excalibur.components:excalibur-monitor:2.2.1'
// https://jarcasting.com/artifacts/org.apache.excalibur.components/excalibur-monitor/
implementation ("org.apache.excalibur.components:excalibur-monitor:2.2.1")
'org.apache.excalibur.components:excalibur-monitor:jar:2.2.1'
<dependency org="org.apache.excalibur.components" name="excalibur-monitor" rev="2.2.1">
<artifact name="excalibur-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.excalibur.components', module='excalibur-monitor', version='2.2.1')
)
libraryDependencies += "org.apache.excalibur.components" % "excalibur-monitor" % "2.2.1"
[org.apache.excalibur.components/excalibur-monitor "2.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.avalon.framework : avalon-framework-api | jar | 4.3.1 |
| org.apache.excalibur.components : excalibur-sourceresolve | jar | 2.2.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.2 |
| org.apache.excalibur.testcase : excalibur-testcase | jar | 2.2.1 |