TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification

org.eclipse.tptp.trace.arm.ui.internal.preferences.core
Class ArmFactoryManager

java.lang.Object
  extended by org.eclipse.tptp.trace.arm.ui.internal.preferences.core.ArmFactoryManager

public class ArmFactoryManager
extends java.lang.Object

Manager of the ARM factory types.


Field Summary
static java.lang.String ARMFACTORY_POINT_EXTENSION
           
 
Method Summary
 ArmFactoryLoader getFactory(java.lang.String factoryName)
          Returns the ArmFactoryLoader from the given name.
 java.lang.String[] getFactoryNames()
          Returns a string a array of arm factory type names
static ArmFactoryManager getInstance()
          Return the instance of this singleton class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARMFACTORY_POINT_EXTENSION

public static final java.lang.String ARMFACTORY_POINT_EXTENSION
See Also:
Constant Field Values
Method Detail

getInstance

public static ArmFactoryManager getInstance()
Return the instance of this singleton class

Returns:
An instance of this class

getFactoryNames

public java.lang.String[] getFactoryNames()
Returns a string a array of arm factory type names

Returns:
a string a array of arm factory type names

getFactory

public ArmFactoryLoader getFactory(java.lang.String factoryName)
Returns the ArmFactoryLoader from the given name.

Parameters:
factoryName - the name of the factory
Returns:
the ArmFactoryLoader

TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification