Interface ImportResolver.DescriptorAdapter<DESCRIPTOR,COLLECTIBLE>
- All Known Implementing Classes:
FsIndexCollectionImportResolverAdapter
,TypePrioritiesImportResolverAdapter
,TypeSystemDescriptionImportResolverAdapter
- Enclosing class:
ImportResolver<DESCRIPTOR extends MetaDataObject,
COLLECTIBLE extends MetaDataObject>
static interface ImportResolver.DescriptorAdapter<DESCRIPTOR,COLLECTIBLE>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Import[]
void
setCollectibles
(Collection<COLLECTIBLE> aCollectedObjects) unwrap()
-
Method Details
-
getImports
Import[] getImports() -
clearImports
void clearImports() -
setCollectibles
-
getCollectibles
COLLECTIBLE[] getCollectibles() -
unwrap
MetaDataObject unwrap() -
getDescriptorClass
Class<DESCRIPTOR> getDescriptorClass() -
getCollectedClass
Class<COLLECTIBLE> getCollectedClass() -
getParser
ImportResolver.ParserFunction<DESCRIPTOR> getParser()
-