public class DocbookSourceFactory extends Object implements SourceFactory, Serviceable
Modifier and Type | Field and Description |
---|---|
private DocbookEnhancementExtensionPoint |
_docDocbookEnhancementExtensionPoint |
private long |
_timestamp |
ROLE
Constructor and Description |
---|
DocbookSourceFactory() |
Modifier and Type | Method and Description |
---|---|
Source |
getSource(String location,
Map parameters) |
void |
release(Source source) |
void |
service(ServiceManager manager) |
private long _timestamp
private DocbookEnhancementExtensionPoint _docDocbookEnhancementExtensionPoint
public DocbookSourceFactory()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public Source getSource(String location, Map parameters) throws IOException, MalformedURLException
getSource
in interface SourceFactory
IOException
MalformedURLException
public void release(Source source)
release
in interface SourceFactory