public final class MxLink
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
format(java.lang.String type,
java.lang.String name,
java.lang.String revision,
java.lang.String vault)
Format a compatible MatrixOne link to the specified object.
|
static void |
format(java.lang.String type,
java.lang.String name,
java.lang.String revision,
java.lang.String vault,
java.lang.StringBuilder target)
Format a compatible MatrixOne link to the specified object.
|
static void |
parse(java.lang.String text,
MxLinkHandler handler)
Parse a string for links.
|
public static void parse(java.lang.String text,
MxLinkHandler handler)
text - The text that contains links.handler - The handler that will be notified about links in the text.public static java.lang.String format(java.lang.String type,
java.lang.String name,
java.lang.String revision,
java.lang.String vault)
type - The object type.name - The object name.revision - The object revision.vault - The object vault.public static void format(java.lang.String type,
java.lang.String name,
java.lang.String revision,
java.lang.String vault,
java.lang.StringBuilder target)
type - The object type.name - The object name.revision - The object revision.vault - The object vault.target - The target to append the formatted link to.Copyright ? Technia AB. All Rights Reserved.