| Package | Description |
|---|---|
| xyz.cofe.cxconsole.cp |
Работа с ClassLoader(Builder).
|
| xyz.cofe.cxconsole.groovy |
| Modifier and Type | Class and Description |
|---|---|
class |
FileEntry
Ссылка на скомпилированные классы в файловой системе (ссылка на каталог/ jar/zip файл)
|
class |
UrlEntry
Ссылка на jar архив в сети
|
| Modifier and Type | Field and Description |
|---|---|
protected LongScnChangedSupport<AbstractCLEntry> |
AbstractCLEntry.scnChangedSupport
Поддержка SCN номеров
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentLinkedQueue<ScnChangedEvent<AbstractCLEntry,Long>> |
AbstractCLEntry.getScnChangedEventQueue()
Возвращает очередь уведомлений
|
Set<ScnChanedListener<AbstractCLEntry,Long>> |
AbstractCLEntry.getScnChangedListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCLEntry.addScnChangedEvent(ScnChangedEvent<AbstractCLEntry,Long> ev)
Добавляет уведомление в очередь
|
Closeable |
AbstractCLEntry.addScnChangedListener(ScnChanedListener<AbstractCLEntry,Long> listener) |
Closeable |
AbstractCLEntry.addScnChangedListener(ScnChanedListener<AbstractCLEntry,Long> listener,
boolean weakLink) |
void |
AbstractCLEntry.fireScnChangedEvent(ScnChangedEvent<AbstractCLEntry,Long> event) |
boolean |
AbstractCLEntry.hasScnChangedListener(ScnChanedListener<AbstractCLEntry,Long> listener) |
void |
AbstractCLEntry.removeScnChangedListener(ScnChanedListener<AbstractCLEntry,Long> listener) |
| Constructor and Description |
|---|
AbstractCLEntry(AbstractCLEntry sample)
Конструктор копирования
|
| Modifier and Type | Field and Description |
|---|---|
protected LongScnChangedSupport<AbstractCLEntry> |
ImportStatementAbstract.scnChangedSupport |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentLinkedQueue<ScnChangedEvent<AbstractCLEntry,Long>> |
ImportStatementAbstract.getScnChangedEventQueue() |
Set<ScnChanedListener<AbstractCLEntry,Long>> |
ImportStatementAbstract.getScnChangedListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportStatementAbstract.addScnChangedEvent(ScnChangedEvent<AbstractCLEntry,Long> ev) |
Closeable |
ImportStatementAbstract.addScnChangedListener(ScnChanedListener<AbstractCLEntry,Long> listener) |
Closeable |
ImportStatementAbstract.addScnChangedListener(ScnChanedListener<AbstractCLEntry,Long> listener,
boolean weakLink) |
void |
ImportStatementAbstract.fireScnChangedEvent(ScnChangedEvent<AbstractCLEntry,Long> event) |
boolean |
ImportStatementAbstract.hasScnChangedListener(ScnChanedListener<AbstractCLEntry,Long> listener) |
void |
ImportStatementAbstract.removeScnChangedListener(ScnChanedListener<AbstractCLEntry,Long> listener) |
Copyright © 2018. All rights reserved.