public final class ProtocolConstants
extends java.lang.Object
URL
protocols.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FILE_PROTOCOL |
static java.lang.String |
HTTP_PROTOCOL |
static java.lang.String |
HTTPS_PROTOCOL |
static java.lang.String |
IDE_DISPLAY_PROTOCOL
Protocol used to identify
Node s whose URL
is for display purposes only and does not represent an actual physical
resource. |
static java.lang.String |
IDE_PROTOCOL_HEADER
Protocol header used by all ide protocols.
|
static java.lang.String |
IDE_TEXT_PROTOCOL
Protocol used to identify
Node s that when opened
by the user using a URL chooser dialog should be
represented by a TextNode . |
static java.lang.String |
JAR_PROTOCOL |
static java.lang.String |
WASJAR_PROTOCOL |
static java.lang.String |
ZIP_PROTOCOL |
public static final java.lang.String FILE_PROTOCOL
public static final java.lang.String HTTP_PROTOCOL
public static final java.lang.String HTTPS_PROTOCOL
public static final java.lang.String JAR_PROTOCOL
public static final java.lang.String WASJAR_PROTOCOL
public static final java.lang.String ZIP_PROTOCOL
public static final java.lang.String IDE_PROTOCOL_HEADER
public static final java.lang.String IDE_TEXT_PROTOCOL
Node
s that when opened
by the user using a URL
chooser dialog should be
represented by a TextNode
.public static final java.lang.String IDE_DISPLAY_PROTOCOL
Node
s whose URL
is for display purposes only and does not represent an actual physical
resource.