protected static class DefaultTargetPlatformFactory.Implementations extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Implementations() |
| Modifier and Type | Method and Description |
|---|---|
void |
addImplementation(Platform platform,
String implementation)
Adds an implementation for the specified platform.
|
String |
getDefault()
Returns the default implementation class name.
|
String |
getImplementation(Platform platform)
Returns the implementation for the specified platform.
|
Set<Platform> |
getPlatforms()
Returns the platforms that have an implementation.
|
void |
setDefault(String defaultImplementation)
Sets the default implementation class.
|
public void setDefault(String defaultImplementation)
defaultImplementation - the default implementation class name. May be nullpublic String getDefault()
public Set<Platform> getPlatforms()
public String getImplementation(Platform platform)
platform - the platformCopyright © 2001–2025. All rights reserved.