Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-core-dev] Unused methods in OSGi


The attached file contains a list of all methods in OSGi that are not directly referenced.  The usual caveats: methods that override a supertype or implement an interface may still be called.  However, if someone familiar with the internals of OSGi wants to take a look through this list, you may find some opportunities to clean up unused code.

org.eclipse.osgi.framework.internal.core.FrameworkCommandInterpreter
	void printBundleResource(AbstractBundle,String)

org.eclipse.osgi.framework.internal.core.FrameworkCommandProvider
	void _exit(CommandInterpreter)
	void _launch(CommandInterpreter)
	void _shutdown(CommandInterpreter)
	void _sta(CommandInterpreter)
	void _sto(CommandInterpreter)
	void _i(CommandInterpreter)
	void _up(CommandInterpreter)
	void _un(CommandInterpreter)
	void _s(CommandInterpreter)
	void _se(CommandInterpreter)
	void _p(CommandInterpreter)
	void _bundles(CommandInterpreter)
	void _b(CommandInterpreter)
	void _l(CommandInterpreter)
	void _gc(CommandInterpreter)
	void _init(CommandInterpreter)
	void _close(CommandInterpreter)
	void _r(CommandInterpreter)
	void _exec(CommandInterpreter)
	void _fork(CommandInterpreter)
	void _h(CommandInterpreter)
	void _pr(CommandInterpreter)
	void _setp(CommandInterpreter)
	void _ss(CommandInterpreter)
	void _t(CommandInterpreter)
	void _sl(CommandInterpreter)
	void _setfwsl(CommandInterpreter)
	void _setbsl(CommandInterpreter)
	void _setibsl(CommandInterpreter)
	void _requiredBundles(CommandInterpreter)
	void _profilelog(CommandInterpreter)

org.eclipse.osgi.framework.internal.core.FrameworkConsole
	void FrameworkConsole(OSGi,String[])
	void FrameworkConsole(OSGi,int,String[])
	BufferedReader getReader()

org.eclipse.osgi.framework.internal.core.StartLevelImpl
	int getInitialBundleStartLevel()
	boolean isBundlePersistentlyStarted(Bundle)
	int getBundleStartLevel(Bundle)

org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl
	void setProperties(Dictionary)

org.eclipse.osgi.framework.internal.core.BundleLoader
	AbstractBundle getBundle()
	void addDynamicImportPackage(ManifestElement[])

org.eclipse.osgi.framework.internal.core.BundleLoaderProxy
	Version getVersion()

org.eclipse.osgi.framework.internal.core.BundleResourcePermission
	void BundleResourcePermission(String)
	String getActions()

org.eclipse.osgi.framework.internal.core.OSGi
	void displayBanner()

org.eclipse.osgi.framework.internal.core.PackageAdminImpl
	ExportedPackage[] getExportedPackages(String)

org.eclipse.osgi.framework.internal.core.AbstractBundle
	long getLastModified()

org.eclipse.osgi.framework.internal.core.BundleProtectionDomainImpl
	void loadFiles(File[])
	String[] getSigners()
	boolean checkDigest(File,String)

org.eclipse.osgi.framework.internal.core.Framework
	String getProperty(String,String)

org.eclipse.osgi.framework.internal.core.ConditionalPermissionInfoImpl
	void delete()

org.eclipse.osgi.framework.internal.core.BundleFragment
	Enumeration getResources(String)
	BundleContextImpl getContext()

org.eclipse.osgi.framework.internal.core.ManifestLocalization$EmptyResouceBundle
	Enumeration getKeys()
	Object handleGetObject(String)

org.eclipse.osgi.framework.internal.core.SystemBundleActivator
	void SystemBundleActivator()

org.eclipse.osgi.framework.internal.core.ServiceReferenceImpl
	String[] getPropertyKeys()

org.eclipse.osgi.framework.internal.core.ConditionalPermissionAdminImpl
	ConditionalPermissionInfo addConditionalPermissionInfo(ConditionInfo[],PermissionInfo[])
	AccessControlContext getAccessControlContext(String[])

org.eclipse.osgi.framework.internal.core.KeyedHashSet
	void KeyedHashSet(int)
	void KeyedHashSet(KeyedHashSet)
	void addAll(KeyedElement[])
	boolean contains(KeyedElement)
	boolean containsKey(Object)
	KeyedElement[] elements()
	boolean removeByKey(Object)
	void removeAll(KeyedElement[])
	int countCollisions()

org.eclipse.osgi.framework.internal.core.BundleContextImpl
	String getProperty(String)
	void addServiceListener(ServiceListener)

org.eclipse.osgi.framework.internal.core.UnresolvedPermission
	String getActions()

org.eclipse.osgi.framework.internal.core.FilterImpl
	boolean matchCase(Dictionary)

org.eclipse.osgi.framework.internal.core.BundleHost
	Enumeration getResources(String)

org.eclipse.osgi.framework.internal.core.FrameworkSecurityManager$CheckPermissionAction
	Object run()

org.eclipse.osgi.framework.internal.core.SystemBundle
	boolean isUnresolved()

org.eclipse.osgi.framework.internal.core.PermissionAdminImpl
	String[] getLocations()

org.eclipse.osgi.framework.internal.protocol.StreamHandlerFactory
	URLStreamHandler createURLStreamHandler(String)

org.eclipse.osgi.framework.internal.protocol.NullURLStreamHandlerService
	void setURL(URL,String,String,int,String,String,String,String,String)
	void setURL(URL,String,String,int,String,String)

org.eclipse.osgi.framework.internal.protocol.ContentHandlerFactory
	ContentHandler createContentHandler(String)

org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy
	boolean equals(URL,URL)
	int getDefaultPort()
	InetAddress getHostAddress(URL)
	int hashCode(URL)
	boolean hostsEqual(URL,URL)
	URLConnection openConnection(URL)
	boolean sameFile(URL,URL)
	String toExternalForm(URL)

org.eclipse.osgi.framework.internal.core.BundleResourceHandler
	URLConnection openConnection(URL)
	String toExternalForm(URL)
	int hashCode(URL)
	boolean equals(URL,URL)
	InetAddress getHostAddress(URL)

org.eclipse.osgi.framework.internal.defaultadaptor.MetaData
	void remove(String)

org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor
	void DefaultAdaptor(String[])

org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader
	String getBundleSymbolicName()

org.eclipse.osgi.framework.internal.defaultadaptor.DefaultLog
	void setWriter(Writer,boolean)

org.eclipse.osgi.framework.internal.protocol.bundleentry.Handler
	void Handler()

org.eclipse.osgi.framework.internal.protocol.bundleresource.Handler
	void Handler()

org.eclipse.osgi.framework.internal.protocol.reference.Handler
	void Handler()
	URLConnection openConnection(URL)

org.eclipse.osgi.framework.internal.protocol.reference.ReferenceURLConnection
	boolean getDoInput()
	boolean getDoOutput()

org.eclipse.osgi.framework.internal.reliablefile.ReliableFile
	boolean exists(File)
	long lastModified(File)

org.eclipse.osgi.framework.internal.reliablefile.ReliableFileOutputStream
	void ReliableFileOutputStream(File,boolean)
	void ReliableFileOutputStream(String)
	void ReliableFileOutputStream(String,boolean)

org.eclipse.osgi.framework.internal.reliablefile.ReliableFileInputStream
	void ReliableFileInputStream(String)
	void mark(int)

org.eclipse.osgi.internal.module.ResolverExport
	boolean isReprovide()

org.eclipse.osgi.internal.module.ResolverImpl
	State getState()

org.eclipse.osgi.internal.module.ResolverImport
	void removeUnresolvableWiring(ResolverBundle)

org.eclipse.osgi.internal.module.GroupingChecker
	void removeConstraint(ResolverExport,ResolverExport)
	void removeAllConstraints(ResolverExport)

org.eclipse.osgi.internal.module.ResolverBundle
	ResolverImport getImport(ResolverExport)

org.eclipse.osgi.internal.resolver.BundleDescriptionImpl
	int getStateBits()

org.eclipse.osgi.internal.resolver.StateObjectFactoryImpl
	State readState(File)
	void writeState(State,DataOutputStream)
	void writeState(State,File)

org.eclipse.osgi.internal.resolver.StateImpl
	void setOverrides(Object)
	Resolver getResolver()

org.eclipse.osgi.internal.resolver.StateDeltaImpl
	State getState()

org.eclipse.osgi.internal.resolver.StateManager
	BundleInstaller getInstaller()

org.eclipse.osgi.internal.resolver.BundleDeltaImpl
	void BundleDeltaImpl(BundleDescription)

org.eclipse.osgi.internal.resolver.StateBuilder
	String[] createProvidedPackages(ManifestElement[])

org.eclipse.osgi.internal.resolver.ComputeNodeOrder
	void ComputeNodeOrder()

org.eclipse.osgi.internal.resolver.StateReader
	void StateReader(File)

org.eclipse.osgi.internal.resolver.ReadOnlyState
	void setOverrides(Object)
	Resolver getResolver()

org.eclipse.osgi.internal.resolver.UserState
	String[] getAllAdded()
	String[] getAllRemoved()
	String[] getAllUpdated()

Back to the top