public class LibraryImplementation extends Object
| Constructor and Description |
|---|
LibraryImplementation() |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends LibraryImplementation>> |
getLibraries()
Get the implementations of the sub libraries provided by this library.
|
List<Class<? extends OperationImplementation>> |
getOperations()
Get the implementations of the operations provided by this library.
|
public List<Class<? extends OperationImplementation>> getOperations()
public List<Class<? extends LibraryImplementation>> getLibraries()
Copyright © 2020. All rights reserved.