JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.github.chhorz.javadoc.replacements
Replacement
Contents
Description
Method Summary
Method Details
perform(String)
Hide sidebar
Show sidebar
Interface Replacement
All Known Implementing Classes:
InlineTagReplacement
public interface
Replacement
Interface for custom replacements.
Author:
chhorz
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
perform
(
String
input)
Action that performs a replacement on a javadoc string.
Method Details
perform
String
perform
(
String
input)
Action that performs a replacement on a javadoc string.
Parameters:
input
- the javadoc input string
Returns:
the javadoc string after the replacement