public static class LibraryDescriptorLoader.DependencyNode extends Object
| Constructor and Description |
|---|
DependencyNode(LibraryDescriptor.Dependency dep)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LibraryDescriptor.Dependency |
getDependency() |
AsyncSupplier<? extends LibraryDescriptor,LibraryManagementException> |
getDescriptor() |
void |
setDescriptor(AsyncSupplier<? extends LibraryDescriptor,LibraryManagementException> descr) |
public DependencyNode(LibraryDescriptor.Dependency dep)
public LibraryDescriptor.Dependency getDependency()
public AsyncSupplier<? extends LibraryDescriptor,LibraryManagementException> getDescriptor()
public void setDescriptor(AsyncSupplier<? extends LibraryDescriptor,LibraryManagementException> descr)
Copyright © 2019. All rights reserved.