@Service(value=ContentReaderWhiteboard.class) @References(value=@Reference(name="contentReader",referenceInterface=ContentReader.class,cardinality=OPTIONAL_MULTIPLE,policy=DYNAMIC)) public class ContentReaderWhiteboard extends Object
| Constructor and Description |
|---|
ContentReaderWhiteboard() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindContentReader(ContentReader operation,
Map<String,Object> properties) |
Map<String,ContentReader> |
getReadersByExtension() |
Map<String,ContentReader> |
getReadersByType() |
protected void |
unbindContentReader(ContentReader operation,
Map<String,Object> properties) |
public Map<String,ContentReader> getReadersByExtension()
public Map<String,ContentReader> getReadersByType()
protected void bindContentReader(ContentReader operation, Map<String,Object> properties)
protected void unbindContentReader(ContentReader operation, Map<String,Object> properties)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.