| Modifier and Type | Method and Description |
|---|---|
List<DependencyElement> |
DependsCollectStatus.getCollectedDependencies()
解決された依存関係をすべて取得します。
|
| Modifier and Type | Method and Description |
|---|---|
void |
DependsCollectStatus.onCollect(@NotNull String dependencyName,
DependencyElement dependencyElement)
依存関係が解決されたときに呼び出します。
|
| Modifier and Type | Class and Description |
|---|---|
class |
DependencyElementImpl |
| Modifier and Type | Method and Description |
|---|---|
List<DependencyElement> |
DependsCollectStatusImpl.getCollectedDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
DependsCollectStatusImpl.onCollect(@NotNull String dependencyName,
DependencyElement dependencyElement) |
| Constructor and Description |
|---|
Post(List<DependencyElement> dependencies) |
Pre(List<DependencyElement> dependencies) |
Copyright © 2023. All rights reserved.