org.sblim.cimclient.internal.cimxml
Class LocalPathBuilder

java.lang.Object
  extended by org.sblim.cimclient.internal.cimxml.LocalPathBuilder

public class LocalPathBuilder
extends Object

Class LocalPathBuilder helps CIM-XML parsers to build local CIMObjectPathes.


Constructor Summary
LocalPathBuilder(CIMObjectPath pBasePath)
          Ctor.
 
Method Summary
static CIMObjectPath build(CIMObjectPath pBasePath, String pObjPathStr)
          build
static CIMObjectPath build(CIMObjectPath pBasePath, String pObjName, String pNameSpace)
          build
static CIMObjectPath build(CIMObjectPath pBasePath, String pObjName, String pNameSpace, CIMProperty<?>[] pKeys)
          build
static CIMObjectPath build(CIMObjectPath pBasePath, String pHost, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys)
          build
static CIMObjectPath build(CIMObjectPath pBasePath, String pScheme, String pHost, String pPort, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys)
          build
 CIMObjectPath build(String pObjPathStr)
          build
 CIMObjectPath build(String pObjName, String pNameSpace)
          build
 CIMObjectPath build(String pObjName, String pNameSpace, CIMProperty<?>[] pKeys)
          build
 CIMObjectPath build(String pHost, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys)
          build
 CIMObjectPath build(String pScheme, String pHost, String pPort, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys)
          build
 CIMObjectPath getBasePath()
          getBasePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalPathBuilder

public LocalPathBuilder(CIMObjectPath pBasePath)
Ctor.

Parameters:
pBasePath -
Method Detail

getBasePath

public CIMObjectPath getBasePath()
getBasePath

Returns:
CIMObjectPath

build

public CIMObjectPath build(String pObjPathStr)
build

Parameters:
pObjPathStr -
Returns:
CIMObjectPath

build

public CIMObjectPath build(String pObjName,
                           String pNameSpace)
build

Parameters:
pObjName -
pNameSpace -
Returns:
CIMObjectPath

build

public CIMObjectPath build(String pObjName,
                           String pNameSpace,
                           CIMProperty<?>[] pKeys)
build

Parameters:
pObjName -
pNameSpace -
pKeys -
Returns:
CIMObjectPath

build

public CIMObjectPath build(String pHost,
                           String pNameSpace,
                           String pObjName,
                           CIMProperty<?>[] pKeys)
build

Parameters:
pHost -
pNameSpace -
pObjName -
pKeys -
Returns:
CIMObjectPath

build

public CIMObjectPath build(String pScheme,
                           String pHost,
                           String pPort,
                           String pNameSpace,
                           String pObjName,
                           CIMProperty<?>[] pKeys)
build

Parameters:
pScheme -
pHost -
pPort -
pNameSpace -
pObjName -
pKeys -
Returns:
CIMObjectPath

build

public static CIMObjectPath build(CIMObjectPath pBasePath,
                                  String pObjPathStr)
build

Parameters:
pBasePath -
pObjPathStr -
Returns:
CIMObjectPath

build

public static CIMObjectPath build(CIMObjectPath pBasePath,
                                  String pObjName,
                                  String pNameSpace)
build

Parameters:
pBasePath -
pObjName -
pNameSpace -
Returns:
CIMObjectPath

build

public static CIMObjectPath build(CIMObjectPath pBasePath,
                                  String pObjName,
                                  String pNameSpace,
                                  CIMProperty<?>[] pKeys)
build

Parameters:
pBasePath -
pObjName -
pNameSpace -
pKeys -
Returns:
CIMObjectPath

build

public static CIMObjectPath build(CIMObjectPath pBasePath,
                                  String pHost,
                                  String pNameSpace,
                                  String pObjName,
                                  CIMProperty<?>[] pKeys)
build

Parameters:
pBasePath -
pHost -
pNameSpace -
pObjName -
pKeys -
Returns:
CIMObjectPath

build

public static CIMObjectPath build(CIMObjectPath pBasePath,
                                  String pScheme,
                                  String pHost,
                                  String pPort,
                                  String pNameSpace,
                                  String pObjName,
                                  CIMProperty<?>[] pKeys)
build

Parameters:
pBasePath -
pScheme -
pHost -
pPort -
pNameSpace -
pObjName -
pKeys -
Returns:
CIMObjectPath


Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.