|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.karaf.utils.EnvHelper
public class EnvHelper
| Field Summary | |
|---|---|
static String |
JCLOUDS_CREDENTIAL
|
static String |
JCLOUDS_ENDPOINT
|
static String |
JCLOUDS_IDENTITY
|
static String |
JCLOUDS_PROVIDER
|
| Method Summary | |
|---|---|
static String |
getCredential(String credential)
Returns the credential value and falls back to env if the specified value is null. |
static String |
getEndpoint(String endpoint)
Returns the endpoint value and falls back to env if the specified value is null. |
static String |
getIdentity(String identity)
Returns the provider value and falls back to env if the specified value is null. |
static String |
getProvider(String provider)
Returns the provider value and falls back to env if the specified value is null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String JCLOUDS_PROVIDER
public static final String JCLOUDS_IDENTITY
public static final String JCLOUDS_CREDENTIAL
public static final String JCLOUDS_ENDPOINT
| Method Detail |
|---|
public static String getProvider(String provider)
provider -
public static String getIdentity(String identity)
identity -
public static String getCredential(String credential)
credential -
public static String getEndpoint(String endpoint)
endpoint -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||