| Modifier and Type | Method and Description | 
|---|---|
Platform | 
PlatformDeployable.getPlatform()
Returns the Platform to which this object can be deployed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlatformDeployable.setPlatform(Platform platform)
Sets the Platform to which this object can be deployed 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Platform | 
ProfileDeployCmd.getPlatform()  | 
Platform | 
DeployCommand.getPlatform()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeployCommand.setPlatform(Platform platform)  | 
| Modifier and Type | Method and Description | 
|---|---|
Platform | 
XmlDescriptorCatalog.getParentPlatform()
Returns the default parent catalog which should be referred to for
 descriptors that are not part of the current catalog. 
 | 
Platform | 
XmlDescriptorInfo.getPlatform()  | 
Platform | 
XmlDescriptorCatalog.getPlatform()
Get the catalogue's platform. 
 | 
Platform | 
DescriptorInfo.getPlatform()  | 
Platform | 
DescriptorFactory.getPlatform()  | 
| Modifier and Type | Method and Description | 
|---|---|
XmlDescriptorCatalog | 
XmlDescriptorCatalogStore.findCatalog(Platform platform,
           oracle.jdevimpl.xml.XmlDocumentInfo xmlInfo)  | 
static DescriptorFactory | 
DescriptorManager.getDescriptorFactory(Platform platform)
Get a Descriptor Factory for a particular platform. 
 | 
protected abstract DescriptorFactory | 
DescriptorManager.getDescriptorFactoryImpl(Platform platform)  | 
| Constructor and Description | 
|---|
XmlDescriptorFactory(Platform platform)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Platform | 
DefaultDeployAppServersToolkit.getPlatform()  | 
| Constructor and Description | 
|---|
DefaultDeployAppServersToolkit(Platform platform)  | 
| Modifier and Type | Method and Description | 
|---|---|
Platform | 
J2eeProfile.getPlatform()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
J2eeProfile.setPlatform(Platform defaultPlatform)  | 
| Modifier and Type | Method and Description | 
|---|---|
Platform | 
LibraryArchiveProfile.getPlatform()  | 
protected Platform | 
ArchiveDeployer.getPlatform()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LibraryArchiveProfile.setPlatform(Platform defaultPlatform)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PlatformComponent
Immutable class that adds a component to a Platform. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Platform | 
Platform.fromHashStructure(HashStructure hash)
Creates a Platform object from a  
HashStructure representation. | 
static Platform | 
PlatformRegistry.getDefaultPlatform()  | 
static Platform | 
PlatformRegistry.getPlatform(PlatformType type,
           PlatformVersion version)
Get a platform matching the type and version supplied. 
 | 
static Platform | 
PlatformRegistry.getPlatform(PlatformType type,
           PlatformVersion version,
           PlatformRegistry.VersionMatch matchType)
Returns the best matching Platform depending on matchType. 
 | 
static Platform | 
PlatformRegistry.getPlatform(PlatformType type,
           java.lang.String version)
Constructs a PlatformVersion from a version string in its canonical form (e.g "10.1.3")
 and calls the preceding version of getPlatform() 
 | 
static Platform[] | 
PlatformRegistry.getPlatforms()
Retrieve all platforms in the registry. 
 | 
static Platform[] | 
PlatformRegistry.getPlatforms(PlatformType filterOnType)
Retrieve all registerd platforms of a type. 
 | 
static Platform[] | 
PlatformRegistry.getPlatforms(PlatformType filterOnType,
            boolean includeSubTypes)
This version of getPlatforms() takes a boolean parameter which specifies whether
 subtypes (or extensions) of filterOnType should be included in the result. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FeatureStore.addProvider(Platform platform,
           Platform parent,
           FeatureSupporter provider,
           T userObject)  | 
T | 
FeatureStore.findProvider(Platform platform,
            java.lang.Object userData)
Find the provider of a feature. 
 | 
static void | 
PlatformRegistry.registerPlatform(Platform platform)  | 
static void | 
PlatformRegistry.setDefaultPlatform(Platform platform)  | 
boolean | 
Platform.supports(Platform other,
        java.lang.Object[] features)
This method checks if a list of features implemented by the other Platform
 are also supported by this Platform. 
 | 
static HashStructure | 
Platform.toHashStructure(Platform platform)
Convert a Platform object into a  
HashStructure representation. | 
| Constructor and Description | 
|---|
PlatformComponent(Platform platform,
                 java.lang.Object component)  | 
| Modifier and Type | Method and Description | 
|---|---|
Platform | 
DescriptorPackager.Options.getPlatform()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DescriptorPackager.Options.setPlatform(Platform platform)  | 
| Modifier and Type | Method and Description | 
|---|---|
Platform | 
ShellAdapter.getPlatform()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ShellAdapter.setPlatform(Platform platform)  | 
| Modifier and Type | Method and Description | 
|---|---|
Platform | 
ServerInfo.getPlatform()  | 
| Modifier and Type | Method and Description | 
|---|---|
Platform | 
AppServer.getPlatform()
The Platform selected when defining this Application Server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.util.List<java.lang.String> | 
AppServerManager.list(Platform[] platform)
List all connection names matching a set of platforms. 
 | 
abstract AppServer | 
AppServerManager.runNewAppServerWizardDialog(Platform[] filter)
Run the AppServer Wizard to create a new AppServer with a filtered
 list of Platforms to choose from. 
 |