public class AndroidLibraryService
extends jadex.platform.service.library.LibraryService
| Constructor and Description |
|---|
AndroidLibraryService() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
addTopLevelURL(java.net.URL url) |
jadex.commons.future.IFuture<jadex.bridge.IResourceIdentifier> |
addURL(jadex.bridge.IResourceIdentifier parid,
java.net.URL purl) |
protected jadex.platform.service.library.DelegationURLClassLoader |
createNewDelegationClassLoader(jadex.bridge.IResourceIdentifier rid,
java.lang.ClassLoader baseloader,
jadex.platform.service.library.DelegationURLClassLoader[] delegates) |
addLibraryServiceListener, addLink, addResourceIdentifier, addSupport, checkLocalRid, checkUri, checkUrl, collectClasspathURLs, collectManifestURLs, createClassLoader, downloadResource, getAllResourceIdentifiers, getAllURLs, getClassLoader, getClassLoader, getClassLoader, getDependencies, getHashRidFile, getInternalNonManagedURLs, getJarName, getNonManagedURLs, getProperties, getRemovableLinks, getResourceAsStream, getResourceIdentifier, getResourceIdentifiers, getRidUrl, getRootResourceIdentifier, internalgetAllResourceIdentifiers, internalGetResourceIdentifier, internalGetResourceIdentifiers, isAvailable, notifyAdditionListeners, notifyRemovalListeners, removeLibraryServiceListener, removeLink, removeResourceIdentifier, removeSupport, removeTopLevelURL, removeURL, setProperties, shutdownService, startServicepublic jadex.commons.future.IFuture<java.lang.Void> addTopLevelURL(java.net.URL url)
addTopLevelURL in interface jadex.bridge.service.types.library.ILibraryServiceaddTopLevelURL in class jadex.platform.service.library.LibraryServicepublic jadex.commons.future.IFuture<jadex.bridge.IResourceIdentifier> addURL(jadex.bridge.IResourceIdentifier parid,
java.net.URL purl)
addURL in interface jadex.bridge.service.types.library.ILibraryServiceaddURL in class jadex.platform.service.library.LibraryServiceprotected jadex.platform.service.library.DelegationURLClassLoader createNewDelegationClassLoader(jadex.bridge.IResourceIdentifier rid,
java.lang.ClassLoader baseloader,
jadex.platform.service.library.DelegationURLClassLoader[] delegates)
createNewDelegationClassLoader in class jadex.platform.service.library.LibraryService