org.eclipse.net4j.util.om
Interface OMBundle


public interface OMBundle


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

Method Detail

getPlatform

OMPlatform getPlatform()

getBundleID

java.lang.String getBundleID()

getBaseURL

java.net.URL getBaseURL()

setBundleContext

void setBundleContext(java.lang.Object bundleContext)

tracer

OMTracer tracer(java.lang.String name)

logger

OMLogger logger()

preferences

OMPreferences preferences()

getConfigFile

java.io.File getConfigFile()

getConfigProperties

java.util.Properties getConfigProperties()

getStateLocation

java.lang.String getStateLocation()

getInputStream

java.io.InputStream getInputStream(java.lang.String path)
                                   throws java.io.IOException
Throws:
java.io.IOException

getDebugSupport

OMBundle.DebugSupport getDebugSupport()

getTranslationSupport

OMBundle.TranslationSupport getTranslationSupport()

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.