Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.core.internal.runtime

Class Summary
AdapterFactoryProxy Instances of this class represent adapter factories that have been contributed via the adapters extension point.
AdapterManager This class is the standard implementation of IAdapterManager.
Assert Assert is useful for for embedding runtime sanity checks in code.
AuthorizationDatabase A database that remembers information, such as usernames and passwords.
AuthorizationHandler  
Cipher Encrypts or decrypts a sequence of bytes.
CipherInputStream Decrypts a stream of data that was encrypted using the Cipher or CipherOutputStream.
CipherOutputStream Encrypts a stream of data that can be decrypted using the Cipher or CipherInputStream.
CompatibilityHelper Deprecated. Marked as deprecated to suppress deprecation warnings.
DataArea  
DevClassPathHelper  
FindSupport  
InternalPlatform Bootstrap class for the platform.
ListenerList Internal class to maintain a list of listeners.
Log  
PlatformActivator Activator for the Eclipse runtime.
PlatformLogWriter A log writer that writes log entries.
PlatformURLFragmentConnection  
PlatformURLPluginConnection  
Policy  
Product  
ResourceTranslator  
SafeFileInputStream Given a target and a temporary locations, it tries to read the contents from the target.
SafeFileOutputStream This class should be used when there's a file already in the destination and we don't want to lose its contents if a failure writing this stream happens.
URLTool A utility for manipulating URLs.
 

Exception Summary
AssertionFailedException AssertionFailedException is a runtime exception thrown by some of the methods in Assert.