Module aya.cli.impl

Interface LibraryOwner

All Known Subinterfaces:
MutableLibraryOwner
All Known Implementing Classes:
DiskLibraryOwner

public interface LibraryOwner
Common interfaces for library, for supporting both library in file system and library in memory.
See Also:
API Note:
DO NOT USE this class as Map key, use underlyingLibrary() instead.