public class LinkInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LinkInfo.Type |
Constructor and Description |
---|
LinkInfo(LinkInfo.Type type,
String page,
String href) |
LinkInfo(String type,
String page,
String href) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
String |
href()
The complete URL
|
String |
page()
The wiki page (or the complete URL if extern link)
|
String |
toString() |
LinkInfo.Type |
type()
Whether it is a local or extern link
|
public LinkInfo(LinkInfo.Type type, String page, String href)
public LinkInfo.Type type()
public String page()
public String href()
Copyright © 2016. All rights reserved.