TreeEntry Data Type

Properties
name data type description
artifact Artifact
childs array of TreeEntry

Example

{
  "artifact" : {
    "groupId" : "...",
    "artifactId" : "...",
    "version" : "...",
    "repositoryId" : "...",
    "context" : "...",
    "url" : "...",
    "prefix" : "...",
    "goals" : [ "...", "..." ],
    "bundleVersion" : "...",
    "bundleSymbolicName" : "...",
    "bundleExportPackage" : "...",
    "bundleExportService" : "...",
    "bundleDescription" : "...",
    "bundleName" : "...",
    "bundleLicense" : "...",
    "bundleDocUrl" : "...",
    "bundleImportPackage" : "...",
    "bundleRequireBundle" : "...",
    "classifier" : "...",
    "packaging" : "...",
    "fileExtension" : "...",
    "size" : "...",
    "type" : "...",
    "path" : "...",
    "id" : "...",
    "scope" : "..."
  },
  "childs" : [ {
    "artifact" : {
      "groupId" : "...",
      "artifactId" : "...",
      "version" : "...",
      "repositoryId" : "...",
      "context" : "...",
      "url" : "...",
      "prefix" : "...",
      "goals" : [ "...", "..." ],
      "bundleVersion" : "...",
      "bundleSymbolicName" : "...",
      "bundleExportPackage" : "...",
      "bundleExportService" : "...",
      "bundleDescription" : "...",
      "bundleName" : "...",
      "bundleLicense" : "...",
      "bundleDocUrl" : "...",
      "bundleImportPackage" : "...",
      "bundleRequireBundle" : "...",
      "classifier" : "...",
      "packaging" : "...",
      "fileExtension" : "...",
      "size" : "...",
      "type" : "...",
      "path" : "...",
      "id" : "...",
      "scope" : "..."
    },
    "childs" : [ { }, { } ]
  }, {
    "artifact" : {
      "groupId" : "...",
      "artifactId" : "...",
      "version" : "...",
      "repositoryId" : "...",
      "context" : "...",
      "url" : "...",
      "prefix" : "...",
      "goals" : [ "...", "..." ],
      "bundleVersion" : "...",
      "bundleSymbolicName" : "...",
      "bundleExportPackage" : "...",
      "bundleExportService" : "...",
      "bundleDescription" : "...",
      "bundleName" : "...",
      "bundleLicense" : "...",
      "bundleDocUrl" : "...",
      "bundleImportPackage" : "...",
      "bundleRequireBundle" : "...",
      "classifier" : "...",
      "packaging" : "...",
      "fileExtension" : "...",
      "size" : "...",
      "type" : "...",
      "path" : "...",
      "id" : "...",
      "scope" : "..."
    },
    "childs" : [ { }, { } ]
  } ]
}