Sonatype Nexus RRB Plugin API

Data

  • Default Namespace
  • XML Schema File: ns0.xsd

The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.

The following elements are members of this namespace:

The following types are members of this namespace:

Element rrbresponse

Example XML

<?xml version="1.0" encoding="UTF-8"?> <rrbresponse> <data> <node> <!--content of type 'node'--> <resourceURI> <!--content of type 'string'--> ... </resourceURI> <text> <!--content of type 'string'--> ... </text> <relativePath> <!--content of type 'string'--> ... </relativePath> <leaf> <!--content of type 'boolean'--> ... </leaf> <lastModified> <!--content of type 'string'--> ... </lastModified> <sizeOnDisk> <!--content of type 'int'--> ... </sizeOnDisk> </node> <node> <!--(another 'node' type)--> </node> <!--...more "node" elements...--> </data> </rrbresponse>

Example JSON

{ "data" : [ { "resourceURI" : "...", "text" : "...", "relativePath" : "...", "leaf" : false, "lastModified" : "...", "sizeOnDisk" : ... }, ... ] }

Type mavenRepositoryReaderResponse

Child Elements

name (type) min/max
occurs
description
node (node) 0/unbounded (no documentation provided)

Type node

Child Elements

name (type) min/max
occurs
description
resourceURI (string) 0/1 (no documentation provided)
text (string) 0/1 (no documentation provided)
relativePath (string) 0/1 (no documentation provided)
leaf (boolean) 1/1 (no documentation provided)
lastModified (string) 0/1 (no documentation provided)
sizeOnDisk (int) 1/1 (no documentation provided)