biz.aQute.remote.api

Version 4.0.0.201805111645

A main program (executable JAR) that will listen to port 29998. At first, it can only answer that it is an Envoy (a limited agent). The only function it supports is installing a -runpath. It will then create a framework + agent and transfer the connection to the just installed agent who will then install the bundles. This JAR is a main command for JPM called bndremote. In JPM, it will start up with debug enabled. This JAR does some highly complicated class loading wizardy to ensure that it does not enforce any constraints on the -runpath.

Automatic-Module-Name biz.aQute.remote.api
Bundle-License Apache-2.0; description="Apache License, Version 2.0"; link="http://www.apache.org/licenses/LICENSE-2.0"
Bundle-SymbolicName biz.aQute.remote.api
Bundle-ManifestVersion 2
Bundle-Copyright Copyright (c) aQute SARL (2000, 2018) and others. All Rights Reserved.
Bundle-DocURL http://bnd.bndtools.org/
Bundle-Vendor Bndtools http://bndtools.org/
Import-Package aQute.bnd.util.dto;version="[1.0,2)",javax.management,javax.management.openmbean,javax.management.remote,org.osgi.framework.dto;version="[1.8,2)",org.osgi.framework.wiring.dto;version="[1.2,2)"
Require-Capability osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"
Bundle-Developers pkriens; email=Peter.Kriens@aQute.biz; name="Peter Kriens"; organization=Bndtools; organizationUrl=https://github.com/bndtools; roles="architect,developer"; timezone=1
Manifest-Version 1.0
Conditional-Package aQute.lib*, aQute.configurable.*,aQute.service.reporter, aQute.bnd.util.*
Main-Class aQute.remote.main.Main
Export-Package aQute.remote.api;version="1.1.0";uses:="aQute.bnd.util.dto,org.osgi.framework.dto,org.osgi.framework.wiring.dto",aQute.remote.util;version="1.1.0";uses:="org.osgi.framework.dto",aQute.bnd.util.dto;version="1.0"
Bundle-Name biz.aQute.remote.api
JPM-Command bndremote;jvmargs="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"
Git-SHA d0a2c5ec0f1f03a6298ebad80dc634158592443f
Bundle-SCM url=https://github.com/bndtools/bnd, connection=scm:git:https://github.com/bndtools/bnd.git, developerConnection=scm:git:git@github.com:bndtools/bnd.git, tag=4.0.0.REL
Private-Package aQute.lib.collections;version="3.1.0",aQute.lib.io;version="3.0",aQute.lib.json;version="3.3.0",aQute.libg.cryptography;version="1.1.0",aQute.lib.base64;version="1.3.0",aQute.lib.converter;version="2.0.1",aQute.lib.hex;version="1.2.0",aQute.libg.glob;version="1.3.0",aQute.libg.tuple;version="1.0"
Git-Descriptor 4.0.0.REL