|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.common.credential.impl.Abstract
edu.isi.pegasus.common.credential.impl.S3CFG
public class S3CFG
A convenience class that allows us to determine the path to the user s3cfg file.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface edu.isi.pegasus.common.credential.CredentialHandler |
|---|
CredentialHandler.TYPE |
| Field Summary | |
|---|---|
private static String |
DESCRIPTION
The description |
static String |
S3CFG_FILE_VARIABLE
The name of the environment variable that specifies the path to the s3cfg file. |
| Fields inherited from class edu.isi.pegasus.common.credential.impl.Abstract |
|---|
mLogger, mProps, mSiteStore |
| Fields inherited from interface edu.isi.pegasus.common.credential.CredentialHandler |
|---|
VERSION |
| Constructor Summary | |
|---|---|
S3CFG()
The default constructor. |
|
| Method Summary | |
|---|---|
String |
getBaseName()
returns the basename of the path to the local credential |
String |
getDescription()
Returns the description for the implementing handler |
String |
getEnvironmentVariable()
Returns the name of the environment variable that needs to be set for the job associated with the credential. |
String |
getPath(String site)
Returns the path to s3cfg. |
| Methods inherited from class edu.isi.pegasus.common.credential.impl.Abstract |
|---|
getPath, initialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface edu.isi.pegasus.common.credential.CredentialHandler |
|---|
getPath, initialize |
| Field Detail |
|---|
public static final String S3CFG_FILE_VARIABLE
private static final String DESCRIPTION
| Constructor Detail |
|---|
public S3CFG()
| Method Detail |
|---|
public String getPath(String site)
getPath in interface CredentialHandlersite - the site handle
public String getBaseName()
getBaseName in interface CredentialHandlerpublic String getEnvironmentVariable()
getEnvironmentVariable in interface CredentialHandlerpublic String getDescription()
getDescription in interface CredentialHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||