public class SystemAttributesExtractor
extends java.lang.Object
ItemAttributesRQ
with ItemAttributesRQ.isSystem()='true'| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_VALUE_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ> |
extract(java.nio.file.Path path)
Loads properties from the specified location
|
static java.util.Set<com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ> |
extract(java.nio.file.Path path,
PropertyHolder... propertyHolders)
Loads properties from the specified location
|
static java.util.Set<com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ> |
extract(java.lang.String resource,
java.lang.ClassLoader loader)
Loads properties from the specified location
|
static java.util.Set<com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ> |
extract(java.lang.String resource,
java.lang.ClassLoader loader,
PropertyHolder... propertyHolders)
Loads properties from the specified location
|
public static final java.lang.String ATTRIBUTE_VALUE_SEPARATOR
public static java.util.Set<com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ> extract(java.lang.String resource,
java.lang.ClassLoader loader)
resource - Path to the resource in classpathloader - context class loader, which is used by a specific agent implementationSet of ItemAttributesRQpublic static java.util.Set<com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ> extract(java.lang.String resource,
java.lang.ClassLoader loader,
PropertyHolder... propertyHolders)
resource - Path to the resource in classpathloader - context class loader, which is used by a specific agent implementationpropertyHolders - an array of specific properties we want to extractSet of ItemAttributesRQpublic static java.util.Set<com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ> extract(java.nio.file.Path path)
path - Path to the resource the file systemSet of ItemAttributesRQpublic static java.util.Set<com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ> extract(java.nio.file.Path path,
PropertyHolder... propertyHolders)
path - Path to the resource the file systempropertyHolders - an array of specific properties we want to extractSet of ItemAttributesRQ