Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdeveloper.deploy
Interface PlatformDeployable

All Known Subinterfaces:
J2eePackaging, oracle.jdevimpl.deploy.JeeDeployable
All Known Implementing Classes:
ClientProfile, ConnectorProfile, EarProfile, EjbProfile, J2eeProfile, LibraryArchiveProfile, WarProfile

public interface PlatformDeployable

Represents an object that is deployable to a Platform.


Method Summary
 oracle.jdeveloper.deploy.meta.Platform getPlatform()
          Returns the Platform to which this object can be deployed.
 void setPlatform(oracle.jdeveloper.deploy.meta.Platform platform)
          Sets the Platform to which this object can be deployed
 

Method Detail

getPlatform

oracle.jdeveloper.deploy.meta.Platform getPlatform()
Returns the Platform to which this object can be deployed.

Returns:
a Platform object. May be null if a platform has not been set yet.

setPlatform

void setPlatform(oracle.jdeveloper.deploy.meta.Platform platform)
Sets the Platform to which this object can be deployed

Parameters:
platform - should be a reference to an instance returned from the PlatformRegistry.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.