public class ProjectPropertySource
extends com.marklogic.client.ext.helper.LoggingObject
implements com.marklogic.mgmt.util.PropertySource, com.marklogic.client.ext.tokenreplacer.PropertiesSource
| Constructor and Description |
|---|
ProjectPropertySource(org.gradle.api.Project project) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Properties |
getProperties()
Build the Properties instance each time this is called, ensuring we get the latest set of properties
from the Gradle Project.
|
java.lang.String |
getProperty(java.lang.String name) |
public ProjectPropertySource(org.gradle.api.Project project)
public java.lang.String getProperty(java.lang.String name)
getProperty in interface com.marklogic.mgmt.util.PropertySourcepublic java.util.Properties getProperties()
getProperties in interface com.marklogic.client.ext.tokenreplacer.PropertiesSource