Class LocalPathBuilder
java.lang.Object
org.sblim.cimclient.internal.cimxml.LocalPathBuilder
Class LocalPathBuilder helps CIM-XML parsers to build local CIMObjectPathes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildbuildbuild
(String pScheme, String pHost, String pPort, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildbuild
(String pHost, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildbuild
(String pObjName, String pNameSpace, CIMProperty<?>[] pKeys) buildstatic CIMObjectPath
build
(CIMObjectPath pBasePath, String pObjPathStr) buildstatic CIMObjectPath
build
(CIMObjectPath pBasePath, String pObjName, String pNameSpace) buildstatic CIMObjectPath
build
(CIMObjectPath pBasePath, String pScheme, String pHost, String pPort, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPath
build
(CIMObjectPath pBasePath, String pHost, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPath
build
(CIMObjectPath pBasePath, String pObjName, String pNameSpace, CIMProperty<?>[] pKeys) buildgetBasePath
-
Constructor Details
-
LocalPathBuilder
-
-
Method Details
-
getBasePath
-
build
build- Parameters:
pObjPathStr
-- Returns:
- CIMObjectPath
-
build
build- Parameters:
pObjName
-pNameSpace
-- Returns:
- CIMObjectPath
-
build
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
build- Parameters:
pBasePath
-pObjPathStr
-- Returns:
- CIMObjectPath
-
build
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
-