|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.sink.StructureSink
public class StructureSink
Utility methods for Sinks.
Constructor Summary | |
---|---|
StructureSink()
|
Method Summary | |
---|---|
static boolean |
isExternalLink(java.lang.String link)
Checks if the given string corresponds to an external URI, ie is not a link within the same document. |
static java.lang.String |
linkToKey(java.lang.String text)
Transforms the given text such that it can be used as a link. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StructureSink()
Method Detail |
---|
public static boolean isExternalLink(java.lang.String link)
link
- The link to check.
public static java.lang.String linkToKey(java.lang.String text)
text
- The text to transform.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |