org.eclipse.net4j.util.om
Interface OMBundle


public interface OMBundle

Author:
Eike Stepper
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
static interface OMBundle.DebugSupport
           
static interface OMBundle.TranslationSupport
           
 
Method Summary
 URL getBaseURL()
           
 String getBundleID()
           
 File getConfigFile()
           
 Properties getConfigProperties()
           
 OMBundle.DebugSupport getDebugSupport()
           
 InputStream getInputStream(String path)
           
 OMPlatform getPlatform()
           
 String getStateLocation()
           
 OMBundle.TranslationSupport getTranslationSupport()
           
 OMLogger logger()
           
 OMPreferences preferences()
           
 void setBundleContext(Object bundleContext)
           
 OMTracer tracer(String name)
           
 

Method Detail

getPlatform

OMPlatform getPlatform()

getBundleID

String getBundleID()

getBaseURL

URL getBaseURL()

setBundleContext

void setBundleContext(Object bundleContext)

tracer

OMTracer tracer(String name)

logger

OMLogger logger()

preferences

OMPreferences preferences()

getConfigFile

File getConfigFile()

getConfigProperties

Properties getConfigProperties()

getStateLocation

String getStateLocation()

getInputStream

InputStream getInputStream(String path)
                           throws IOException
Throws:
IOException

getDebugSupport

OMBundle.DebugSupport getDebugSupport()

getTranslationSupport

OMBundle.TranslationSupport getTranslationSupport()


Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.