public interface IASDocBundleDelegate
ASProject
to delegate
queries of the ASDoc bundle files to clients.
ASDoc bundles are resource bundle SWCs that contain DITA files with localized ASDoc information.
Modifier and Type | Field and Description |
---|---|
static IASDocBundleDelegate |
NIL_DELEGATE
A default implementation of
IASDocBundleDelegate . |
Modifier and Type | Method and Description |
---|---|
IASDocComment |
getComment(IDocumentableDefinition definition,
String containingSWCFileName)
Retrieves the localized
IASDocComment for the
specified IDocumentableDefinition in the specified
SWC file. |
static final IASDocBundleDelegate NIL_DELEGATE
IASDocBundleDelegate
.IASDocComment getComment(IDocumentableDefinition definition, String containingSWCFileName)
IASDocComment
for the
specified IDocumentableDefinition
in the specified
SWC file.definition
- The IDocumentableDefinition
whose comment
is to be returned.containingSWCFileName
- The file name of the SWC containing the
specified definition.IASDocComment
for the specified definition
in the specified SWC file, localized for the current locale of the JVM,
or null
if there is no comment.Copyright © 2016 The Apache Software Foundation. All rights reserved.