IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.core
Interface IAssetInitializer


public interface IAssetInitializer

Provides a mechanism for clients that implement the extension point com.ibm.xtools.ras.profile.core.profile to the required default data of an Asset when it is initialized. This interface is intended to be implemented by clients.

See Also:
IRASProfileService.initializeAsset(EObject)

Method Summary
 IStatus initialize(EObject theAsset)
          Initializes the asset with default data.
 

Method Detail

initialize

public IStatus initialize(EObject theAsset)
Initializes the asset with default data.

Parameters:
theAsset - to perform initialization on
Returns:
a status indicating if initialization was successful
See Also:
IRASProfileService.initializeAsset(EObject)

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.