Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine.provider.url
Class URLProviderMetalink

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.provider.url.URLProviderExternal
      extended by oracle.apps.fnd.appltest.diagfwk.engine.provider.url.URLProviderMetalink
All Implemented Interfaces:
URLProvider

public class URLProviderMetalink
extends URLProviderExternal
implements URLProvider

URLProvider implementation for getting links to Metalink documents (specified by the document ID).

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/src/oracle/apps/fnd/appltest/diagfwk/engine/provider/url/URLProviderMetalink.java /main/2 2010/05/14 18:28:23 lwong Exp $
Author:
ppradhan

Field Summary
 
Fields inherited from interface oracle.apps.fnd.appltest.diagfwk.engine.provider.url.URLProvider
PROP_NAME_FUNCNAME, PROP_NAME_LINKURI, PROP_NAME_METALINKDOCID
 
Constructor Summary
URLProviderMetalink()
           
 
Method Summary
 java.lang.String createURL(NameValueList pProperties)
          Creates a URL based on the given set of name value pair properties.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLProviderMetalink

public URLProviderMetalink()
Method Detail

createURL

public java.lang.String createURL(NameValueList pProperties)
Description copied from interface: URLProvider
Creates a URL based on the given set of name value pair properties. These properties can include the values for all components of the URL.

Specified by:
createURL in interface URLProvider
Overrides:
createURL in class URLProviderExternal
Parameters:
pProperties - set of name value pair properties required for creating the URL
Returns:
created URL based on the given set of name value pair properties.

main

public static void main(java.lang.String[] args)

Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.