Package org.eclipse.osgi.launch
Class Equinox
java.lang.Object
org.eclipse.osgi.launch.Equinox
- All Implemented Interfaces:
- Comparable<Bundle>,- Bundle,- Framework
The System Bundle implementation for the Equinox Framework.
- Since:
- 3.5
- 
Field SummaryFields inherited from interface org.osgi.framework.BundleACTIVE, INSTALLED, RESOLVED, SIGNERS_ALL, SIGNERS_TRUSTED, START_ACTIVATION_POLICY, START_TRANSIENT, STARTING, STOP_TRANSIENT, STOPPING, UNINSTALLED
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<A> AintfindEntries(String path, String filePattern, boolean recurse) longgetDataFile(String filename) getEntryPaths(String path) getHeaders(String locale) longServiceReference<?>[]getResource(String name) getResources(String name) ServiceReference<?>[]getSignerCertificates(int signersType) intgetState()booleanhasPermission(Object permission) voidinit()voidinit(FrameworkListener... listeners) Class<?>voidstart()voidstart(int options) voidstop()voidstop(int options) voidvoidupdate()voidupdate(InputStream input) waitForStop(long timeout) 
- 
Constructor Details- 
Equinox
- 
Equinox- Since:
- 3.16
 
 
- 
- 
Method Details- 
getStatepublic int getState()
- 
getHeaders- Specified by:
- getHeadersin interface- Bundle
 
- 
getRegisteredServices- Specified by:
- getRegisteredServicesin interface- Bundle
 
- 
getServicesInUse- Specified by:
- getServicesInUsein interface- Bundle
 
- 
hasPermission- Specified by:
- hasPermissionin interface- Bundle
 
- 
getResource- Specified by:
- getResourcein interface- Bundle
 
- 
getHeaders- Specified by:
- getHeadersin interface- Bundle
 
- 
loadClass- Specified by:
- loadClassin interface- Bundle
- Throws:
- ClassNotFoundException
 
- 
getResources- Specified by:
- getResourcesin interface- Bundle
- Throws:
- IOException
 
- 
getLastModifiedpublic long getLastModified()- Specified by:
- getLastModifiedin interface- Bundle
- Specified by:
- getLastModifiedin interface- Framework
 
- 
getBundleContext- Specified by:
- getBundleContextin interface- Bundle
 
- 
getSignerCertificates- Specified by:
- getSignerCertificatesin interface- Bundle
 
- 
getVersion- Specified by:
- getVersionin interface- Bundle
 
- 
getDataFile- Specified by:
- getDataFilein interface- Bundle
 
- 
compareTo- Specified by:
- compareToin interface- Comparable<Bundle>
 
- 
start- Specified by:
- startin interface- Bundle
- Specified by:
- startin interface- Framework
- Throws:
- BundleException
 
- 
start- Specified by:
- startin interface- Bundle
- Specified by:
- startin interface- Framework
- Throws:
- BundleException
 
- 
stop- Specified by:
- stopin interface- Bundle
- Specified by:
- stopin interface- Framework
- Throws:
- BundleException
 
- 
stop- Specified by:
- stopin interface- Bundle
- Specified by:
- stopin interface- Framework
- Throws:
- BundleException
 
- 
update- Specified by:
- updatein interface- Bundle
- Specified by:
- updatein interface- Framework
- Throws:
- BundleException
 
- 
update- Specified by:
- updatein interface- Bundle
- Specified by:
- updatein interface- Framework
- Throws:
- BundleException
 
- 
uninstall- Specified by:
- uninstallin interface- Bundle
- Specified by:
- uninstallin interface- Framework
- Throws:
- BundleException
 
- 
getBundleIdpublic long getBundleId()- Specified by:
- getBundleIdin interface- Bundle
- Specified by:
- getBundleIdin interface- Framework
 
- 
getLocation- Specified by:
- getLocationin interface- Bundle
- Specified by:
- getLocationin interface- Framework
 
- 
getSymbolicName- Specified by:
- getSymbolicNamein interface- Bundle
- Specified by:
- getSymbolicNamein interface- Framework
 
- 
getEntryPaths- Specified by:
- getEntryPathsin interface- Bundle
- Specified by:
- getEntryPathsin interface- Framework
 
- 
getEntry
- 
findEntries- Specified by:
- findEntriesin interface- Bundle
- Specified by:
- findEntriesin interface- Framework
 
- 
adapt
- 
init- Specified by:
- initin interface- Framework
- Throws:
- BundleException
 
- 
init- Specified by:
- initin interface- Framework
- Throws:
- BundleException
- Since:
- 3.10
 
- 
waitForStop- Specified by:
- waitForStopin interface- Framework
- Throws:
- InterruptedException
 
 
-