T
- the return type of all methods for allowing method chainingpublic interface MultiFileBuilderProperties<T>
Definition of a properties interface for the parameters of a multiple file configuration builder.
This interface defines a number of properties for configuring a builder managing multiple file-based configurations which are selected by a pattern. Properties can be set in a fluent style.
Important note: This interface is not intended to be implemented by client code! It defines a set of available properties and may be extended even in minor releases.
Modifier and Type | Method and Description |
---|---|
T |
setFilePattern(String p)
Sets the pattern string.
|
T |
setManagedBuilderParameters(BuilderParameters p)
Sets a parameters object to be used when creating a managed
configuration.
|
T setFilePattern(String p)
p
- the pattern stringT setManagedBuilderParameters(BuilderParameters p)
p
- the parameters object for a sub configurationCopyright © 2001–2020 The Apache Software Foundation. All rights reserved.