Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.ide.net
Class ProtocolConstants

java.lang.Object
  extended by oracle.ide.net.ProtocolConstants

public final class ProtocolConstants
extends java.lang.Object

Defines URL protocols.


Field Summary
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 Nodes 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 Nodes 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
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_PROTOCOL

public static final java.lang.String FILE_PROTOCOL
See Also:
Constant Field Values

HTTP_PROTOCOL

public static final java.lang.String HTTP_PROTOCOL
See Also:
Constant Field Values

HTTPS_PROTOCOL

public static final java.lang.String HTTPS_PROTOCOL
See Also:
Constant Field Values

JAR_PROTOCOL

public static final java.lang.String JAR_PROTOCOL
See Also:
Constant Field Values

WASJAR_PROTOCOL

public static final java.lang.String WASJAR_PROTOCOL
See Also:
Constant Field Values

IDE_PROTOCOL_HEADER

public static final java.lang.String IDE_PROTOCOL_HEADER
Protocol header used by all ide protocols.

See Also:
Constant Field Values

IDE_TEXT_PROTOCOL

public static final java.lang.String IDE_TEXT_PROTOCOL
Protocol used to identify Nodes that when opened by the user using a URL chooser dialog should be represented by a TextNode.

See Also:
Constant Field Values

IDE_DISPLAY_PROTOCOL

public static final java.lang.String IDE_DISPLAY_PROTOCOL
Protocol used to identify Nodes whose URL is for display purposes only and does not represent an actual physical resource.

See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.