org.netbeans.modules.j2ee.deployment.plugins.api
Class CommonServerBridge
java.lang.Object
org.netbeans.modules.j2ee.deployment.plugins.api.CommonServerBridge
public final class CommonServerBridge
- extends Object
The utility class providing bridge to API classes of the common server.
- Since:
- 1.88
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCommonInstance
@NonNull
public static ServerInstance getCommonInstance(@NonNull
String instanceUrl)
- Returns the
ServerInstance corresponding to the server instance
identified by the given url.
- Parameters:
instanceUrl - the server instance url
- Returns:
- the
ServerInstance corresponding to the server instance
identified by the given url