public class HelpProcessor extends AbstractProcessor<HelpConverterMojo>
mojo| Constructor and Description |
|---|
HelpProcessor(HelpConverterMojo mojo,
String archiveName,
SourceLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHelpSetFile()
Returns the path to the main help set file, or null if one was not found during processing.
|
String |
getResourceBase() |
String |
relocateResource(String resourcePath) |
void |
transform() |
boolean |
transform(IResource resource)
Excludes resources under the META-INF folder and checks the resource against the help set
pattern, saving a path reference if it matches.
|
getMojo, registerTransform, replaceURLs, transformpublic HelpProcessor(HelpConverterMojo mojo, String archiveName, SourceLoader loader) throws Exception
Exceptionpublic String relocateResource(String resourcePath)
relocateResource in class AbstractProcessor<HelpConverterMojo>public String getResourceBase()
getResourceBase in class AbstractProcessor<HelpConverterMojo>public void transform()
throws Exception
transform in class AbstractProcessor<HelpConverterMojo>Exceptionpublic boolean transform(IResource resource) throws Exception
transform in class AbstractProcessor<HelpConverterMojo>Exceptionpublic String getHelpSetFile()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.