Package | Description |
---|---|
org.iirds.dita.ot.plugin | |
org.iirds.dita.ot.plugin.contrib |
Implementations of metadata and IRI handlers
|
org.iirds.dita.ot.plugin.module |
Implementation of modules to read maps and topics
|
org.iirds.dita.ot.plugin.spi |
Java service provider interfaces
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeIRIHandler
A composite IRI handler.
|
Modifier and Type | Method and Description |
---|---|
IRIHandler |
Configuration.getIRIHandler()
Get the configured IRIHandler
|
Modifier and Type | Method and Description |
---|---|
List<IRIHandler> |
CompositeIRIHandler.getIRIHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeIRIHandler.addIRIHandler(IRIHandler handler)
Add an metadata handler
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeIRIHandler.addIRIHandlers(Collection<IRIHandler> handlers)
Adds metadata handlers
|
Constructor and Description |
---|
CompositeIRIHandler(String name,
IRIHandler... handlers)
Create a composite metadata handler and provide the handlers
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIRIHandler
Default implementation of
IRIHandler . |
class |
FallbackIRIHandler
Fallback implementation of
IRIHandler . |
Modifier and Type | Method and Description |
---|---|
IRIHandler |
DefaultIRIHandlerProvider.create() |
Modifier and Type | Method and Description |
---|---|
(package private) IRIHandler |
IirdsModelBuilderImpl.getIRIHandler() |
Modifier and Type | Method and Description |
---|---|
IRIHandler |
IRIHandlerProvider.create()
Get the instance of IRI provider
|
Copyright © 2024. All rights reserved.