Package | Description |
---|---|
com.asakusafw.utils.gradle |
Asakusa Framework integration utilities.
|
Modifier and Type | Method and Description |
---|---|
static PropertyConfigurator |
PropertyConfigurator.nothing()
Returns a NO-OP configurator.
|
static PropertyConfigurator |
PropertyConfigurator.of(Enumeration<? extends URL> resources)
Returns a configurator which edits the given URL of properties.
|
static PropertyConfigurator |
PropertyConfigurator.of(Map<String,String> properties)
Returns a configurator which edits the given properties.
|
static PropertyConfigurator |
PropertyConfigurator.of(Optional<? extends URL> resource)
Returns a configurator which edits the given URL of properties.
|
static PropertyConfigurator |
PropertyConfigurator.of(Properties properties)
Returns a configurator which edits the given properties.
|
static PropertyConfigurator |
PropertyConfigurator.of(String key,
Path path)
Returns a configurator which edits the given property.
|
static PropertyConfigurator |
PropertyConfigurator.of(String key,
String value)
Returns a configurator which edits the given property.
|
static PropertyConfigurator |
PropertyConfigurator.of(URL resource)
Returns a configurator which edits the given URL of properties.
|
static PropertyConfigurator |
PropertyConfigurator.system()
Returns a system
PropertyConfigurator . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.