public class LinkCollector extends Object implements StringTransmutator
| Constructor and Description |
|---|
LinkCollector() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getLinks()
Returns a List of Strings representing links.
|
String |
mutate(WikiContext context,
String in)
Returns a changed String, suitable for Wiki context.
|
public LinkCollector()
public List<String> getLinks()
public String mutate(WikiContext context, String in)
mutate in interface StringTransmutatorcontext - WikiContext in which mutation is to be donein - The source string.Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.