Uses of Class
tech.oxfordsemantic.jrdfox.client.ComponentInfo
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of ComponentInfo in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return ComponentInfo Modifier and Type Method Description ComponentInfo
DataStoreConnection. getComponentInfo(boolean extended)
Returns diagnostic information about the data store as a tree of objects each providing detailed information about the data store.ComponentInfo
ServerConnection. getComponentInfo(boolean extended)
Returns diagnostic information about the server as a tree of objects each providing detailed information about the server.ComponentInfo
ComponentInfo. getSubComponent(int index)
Returns information about sub-component.Constructors in tech.oxfordsemantic.jrdfox.client with parameters of type ComponentInfo Constructor Description ComponentInfo(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> values, ComponentInfo[] subComponents)