public class LTCoreSubComponent extends Object implements ILTExecutionSubComponent, ILTPlugin
Modifier and Type | Field and Description |
---|---|
static LTCoreSubComponent |
INSTANCE
The shared instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplication()
Get the Application
|
org.osgi.framework.Bundle |
getBundle()
Get the Bundle.
|
String |
getComponent()
Get the Component
|
String |
getComponentIdType()
Get the ComponentIdType
|
String |
getComponentType()
Get the Component Type
|
ResourceBundle |
getNonTranslatableResourceBundle()
Returns the the plugin non translatable resource bundle.
|
String |
getSubComponent()
Get the SubComponent
|
ResourceBundle |
getTranslatableResourceBundle()
Returns the the pulgin translatable resource bundle.
|
public static LTCoreSubComponent INSTANCE
public ResourceBundle getNonTranslatableResourceBundle()
getNonTranslatableResourceBundle
in interface com.ibm.rational.test.lt.core.logging.ILTSubComponent
public ResourceBundle getTranslatableResourceBundle()
getTranslatableResourceBundle
in interface com.ibm.rational.test.lt.core.logging.ILTSubComponent
public String getApplication()
ILTExecutionSubComponent
getApplication
in interface ILTExecutionSubComponent
ILTExecutionSubComponent.getApplication()
public String getComponent()
ILTExecutionSubComponent
getComponent
in interface ILTExecutionSubComponent
ILTExecutionSubComponent.getComponent()
public String getComponentIdType()
ILTExecutionSubComponent
getComponentIdType
in interface ILTExecutionSubComponent
ILTExecutionSubComponent.getComponentIdType()
public String getComponentType()
ILTExecutionSubComponent
getComponentType
in interface ILTExecutionSubComponent
ILTExecutionSubComponent.getComponentType()
public String getSubComponent()
ILTExecutionSubComponent
getSubComponent
in interface ILTExecutionSubComponent
ILTExecutionSubComponent.getSubComponent()
public org.osgi.framework.Bundle getBundle()
ILTPlugin
© Copyright IBM Corp. 2013. All rights reserved.