public class TrustedCertificatesDirectory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CERTIFICATE_DIRECTORY |
static java.lang.String |
ROOT_PROJECT_ID |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getCertificateDirectoryForProject(java.lang.String projectsDir,
java.lang.String projectId)
Returns path to directory with trusted certificates for specified project.
|
public static final java.lang.String CERTIFICATE_DIRECTORY
public static final java.lang.String ROOT_PROJECT_ID
@NotNull
public static java.lang.String getCertificateDirectoryForProject(@NotNull
java.lang.String projectsDir,
@NotNull
java.lang.String projectId)
projectsDir - root directory for all projects in the data directoryprojectId - project id of project for which we have to return directory