Uses of Class
net.aifusion.metamodel.NameSpacePath
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
This package contains the API used by all CIM providers, and the implementation of a basic in-memory provider.
-
Uses of NameSpacePath in net.aifusion.cimserver
-
Uses of NameSpacePath in net.aifusion.metamodel
Modifier and TypeFieldDescriptionstatic final NameSpacePath
Constants.defaultNameSpacePath
Default name space path ("http://localhost:8085/aifusion")Modifier and TypeMethodDescriptionNamedElement.getNameSpacePath()
Get the namespace path for this named elementObjectPath.getNameSpacePath()
Get the name space path associated with this object pathstatic NameSpacePath
JavaModelMapper.getNameSpacePathFromClass
(Class<?> javaClass) Get a namespace path from an annotated java classModifier and TypeMethodDescriptionBufferedCache.getNameSpaces()
Deprecated, for removal: This API element is subject to removal in a future version.Get the list of name spaces defined in the buffer (or the backing store)InMemoryCache.getNameSpaces()
InMemoryRepository.getNameSpaces()
PersistentCache.getNameSpaces()
Repository.getNameSpaces()
Get a list of all name spaces known to this repository.Modifier and TypeMethodDescriptionStandardQualifierType.getQualifier
(Object value, NameSpacePath path) Create a new Qualifier instance based on this qualifier typeStandardQualifierType.getQualifierType
(NameSpacePath path) Get the QualifierType corresponding to this StandardQualifier within a given nameSpacevoid
MOFParser.parse
(BufferedReader in, NameSpacePath path) Parse model constructs from a buffered readervoid
MOFParser.parse
(InputStream in, NameSpacePath path) void
MOFParser.parse
(String fileName, NameSpacePath path) Parse a filevoid
Parser.parse
(BufferedReader input, NameSpacePath path) Parse the specification given in a buffered stream into the parser repositoryvoid
Parser.parse
(InputStream input, NameSpacePath path) Parse the specification given in an inputstream into the parser repositoryvoid
Parser.parse
(String fileName, NameSpacePath path) Parse the specification given in a file into the parser repositoryMOFParser.parseValue
(InputStream in, NameSpacePath path) Parse values from an input streamMOFParser.parseValue
(String indication, NameSpacePath path) Parser.parseValue
(String indication, NameSpacePath path) Parse a structure value from an incoming indicationModifierConstructorDescriptionCreate an in-memory CIM repository using the given name space.ObjectPath
(ElementType type, String objectName, NameSpacePath path, Map<String, DataValue> keys, String alias) Create an object path based on its type, name, name space path, and key-value pairs -
Uses of NameSpacePath in net.aifusion.providers