| Modifier and Type | Method and Description |
|---|---|
static SimplePropertySource.Builder |
SimplePropertySource.newBuilder() |
SimplePropertySource.Builder |
SimplePropertySource.Builder.withDefaultOrdinal(int val)
Sets the
defaultOrdinal and returns a reference to this Builder so that the methods
can be chained together. |
SimplePropertySource.Builder |
SimplePropertySource.Builder.withName(String val)
Sets the
name and returns a reference to this Builder so that the methods
can be chained together. |
SimplePropertySource.Builder |
SimplePropertySource.Builder.withOrdinal(int val)
Sets the
ordinal and returns a reference to this Builder so that the methods
can be chained together. |
SimplePropertySource.Builder |
SimplePropertySource.Builder.withProperties(File file)
Reads the
properties from the given resource and returns a reference
to this Builder so that the methods can be chained together. |
SimplePropertySource.Builder |
SimplePropertySource.Builder.withProperties(Map<String,String> val)
Sets the
properties and returns a reference to this Builder so that the methods can be chained together. |
SimplePropertySource.Builder |
SimplePropertySource.Builder.withProperties(URL resource)
Reads the
properties from the given resource and returns a reference
to this Builder so that the methods can be chained together. |
SimplePropertySource.Builder |
SimplePropertySource.Builder.withProperty(String key,
String val)
Sets the
properties and returns a reference to this Builder so that the methods can be chained together. |
SimplePropertySource.Builder |
SimplePropertySource.Builder.withUuidName()
Sets the
name to a new UUID and returns a reference to this Builder so that the methods
can be chained together. |
Copyright © 2016–2017 Apache Software Foundation. All rights reserved.