{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

PropertyFile

public final class PropertyFile


Constants to access property file data (holding name/value pairs) and convenience methods for build URIs.

Summary

Nested types

PropertyFile.Authority

Enumerates authorities for property-based (i.e. key/value pair) content providers.

PropertyFile.Column

Represents columns returned by the property file service.

Public constructors

Public methods

static Uri

Returns URI for retrieving all properties.

static Uri

Returns URI for retrieving a specific property.

Public constructors

PropertyFile

public final PropertyFile()

Public methods

buildUri

public static Uri buildUri(PropertyFile.Authority host)

Returns URI for retrieving all properties.

buildUri

public static Uri buildUri(PropertyFile.Authority host, String property)

Returns URI for retrieving a specific property.