RSE
Release 1.0

org.eclipse.rse.core
Interface IRSECoreRegistry


public interface IRSECoreRegistry

Interface for RSE core registry. Clients should use this interface as the starting point for querying and manipulating model objects in the RSE framework. This interface is not intended to be implemented by clients.


Field Summary
static String PI_RSE_CORE
           
static String PI_SYSTEM_TYPES
           
 
Method Summary
 IRSESystemType getSystemType(String name)
          Returns a system type object given the name.
 String[] getSystemTypeNames()
          Returns the names of all defined system types.
 IRSESystemType[] getSystemTypes()
          Returns all defined system types.
 

Field Detail

PI_RSE_CORE

public static final String PI_RSE_CORE
See Also:
Constant Field Values

PI_SYSTEM_TYPES

public static final String PI_SYSTEM_TYPES
See Also:
Constant Field Values
Method Detail

getSystemTypes

public IRSESystemType[] getSystemTypes()
Returns all defined system types.

Returns:
an array of all defined system types.

getSystemTypeNames

public String[] getSystemTypeNames()
Returns the names of all defined system types.

Returns:
all defined system type names

getSystemType

public IRSESystemType getSystemType(String name)
Returns a system type object given the name.

Parameters:
name - the name of the system type
Returns:
the system type object with the given name, or null if none is found

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.