biz.aQute.remote.api

Version 4.2.0.201903051501

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, 2019) and others. All Rights Reserved.
Bundle-DocURL https://bnd.bndtools.org/
Bundle-Vendor Bndtools https://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
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 7028683045bf0d6e4c3794958af2b179f754c96b
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.2.0.REL
Private-Package aQute.lib.collections;version="3.2.0",aQute.lib.exceptions;version="2.2",aQute.lib.io;version="3.2",aQute.lib.json;version="3.3.0",aQute.libg.cryptography;version="1.2.0",aQute.lib.base64;version="1.3.0",aQute.lib.converter;version="2.1.0",aQute.lib.hex;version="1.3.0",aQute.lib.strings;version="1.7.0",aQute.libg.glob;version="1.5.0",aQute.libg.tuple;version="1.0",aQute.libg.qtokens;version="1.1"
Git-Descriptor 4.2.0.REL