Class AptUtils

java.lang.Object
org.apache.maven.doxia.module.apt.AptUtils

public class AptUtils extends Object
A collection of utility methods for dealing with APT documents.
Since:
1.1
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    Checks if the given string corresponds to an external URI, ie is not a link within the same document nor a link to another document within the same site.
    static boolean
    Checks if the given string corresponds to an internal link, ie it is a link to an anchor within the same document.
    static boolean
    Checks if the given string corresponds to a relative link to another document within the same site.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait