Interface OsidRuntimeProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
OsidRuntimeManager

public interface OsidRuntimeProfile extends OsidProfile

The OsidRuntimeProfile defines the service aspects of the OSID runtime service.

  • Method Details

    • supportsConfiguration

      boolean supportsConfiguration()
      Tests if a configuration service is provided within this runtime environment.
      Returns:
      true if a configuration service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.