public class ContainerInstantiatorUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PRIVATE_INTENT |
Constructor and Description |
---|
ContainerInstantiatorUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
checkPrivate(ID serverID) |
static void |
checkPrivate(InetAddress inetAddress) |
static void |
checkPrivate(String hostname) |
static boolean |
containsIntent(String[] intents,
String intent) |
static boolean |
containsPrivateIntent(Map<String,?> properties) |
static boolean |
containsPrivateIntent(String[] intents) |
static String[] |
getContainerIntents(Map<String,?> properties) |
static String[] |
getStringArrayProperty(Map properties,
String key) |
public static final String PRIVATE_INTENT
public static boolean containsPrivateIntent(String[] intents)
public static boolean containsPrivateIntent(Map<String,?> properties)
public static String[] getStringArrayProperty(Map properties, String key)
public static void checkPrivate(InetAddress inetAddress) throws ContainerIntentException
ContainerIntentException
public static void checkPrivate(String hostname) throws ContainerIntentException
ContainerIntentException
public static void checkPrivate(ID serverID) throws ContainerIntentException
ContainerIntentException
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.