Uses of Interface
com.telelogic.rhapsody.core.IRPConfiguration

Uses of IRPConfiguration in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPConfiguration
 IRPConfiguration IRPComponent.addConfiguration(java.lang.String name)
          Adds a new configuration to the component.
 IRPConfiguration IRPComponent.findConfiguration(java.lang.String name)
          Returns the configuration with the specified name.
 IRPConfiguration IRPProject.getActiveConfiguration()
          Returns the active configuration.
 IRPConfiguration IRPComponent.getConfigByDependency(IRPDependency o)
          method getConfigByDependency
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPConfiguration
 void IRPComponent.deleteConfiguration(IRPConfiguration configuration)
          Deletes the specified configuration.
 void IRPProject.locateInIDE(IRPConfiguration config, java.lang.String filename, int lineNumber)
          For projects that use Rhapsody's integration with Eclipse or Visual Studio, you can use the locateInIDE method to have the IDE highlight a specific line in a specific source file.
 void IRPProject.setActiveConfiguration(IRPConfiguration activeConfiguration)
          Sets the specified configuration to be the active configuration of the project.