public final class HyperlinkDetectorTargetDescriptor
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static HyperlinkDetectorTargetDescriptor[] |
getContributedHyperlinkDetectorTargets()
Returns descriptors for all hyperlink detector extensions.
|
java.lang.String |
getDescription()
Returns the hyperlink detector target's description.
|
java.lang.String |
getId()
Returns the hyperlink detector target's id.
|
java.lang.String |
getName()
Returns the hyperlink detector target's name.
|
java.lang.String[] |
getTypes()
Returns the types that the context of this
hyperlink detector target supports.
|
int |
hashCode() |
public static HyperlinkDetectorTargetDescriptor[] getContributedHyperlinkDetectorTargets()
public java.lang.String getId()
public java.lang.String getName()
public java.lang.String[] getTypes()
public java.lang.String getDescription()
null if not providedpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.