public class FrameworkConfiguration extends Object
| Constructor and Description |
|---|
FrameworkConfiguration(File homeDirectory) |
FrameworkConfiguration(File homeDirectory,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperties(Map<String,Object> properties) |
void |
addProperty(String name,
Object value) |
File |
getHomeDirectory() |
Map<String,Object> |
getProperties() |
<T> T |
getProperty(String name) |
FrameworkConfiguration |
withHomeDirectory(File homeDirectory) |
public FrameworkConfiguration(File homeDirectory)
public FrameworkConfiguration withHomeDirectory(File homeDirectory)
public File getHomeDirectory()
public <T> T getProperty(String name)
Copyright © 2023 Suncode. All rights reserved.