public abstract class Configuration extends Object
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
load(InputStream stream)
Loads a search network configuration from a stream.
|
static Configuration |
load(String filePath)
Loads a search network configuration from a file.
|
abstract void |
save(OutputStream stream)
Saves this configuration to a stream.
|
abstract void |
save(String filePath)
Saves this configuration to a file.
|
public static Configuration load(InputStream stream)
stream - The stream to load from.public static Configuration load(String filePath)
filePath - The file to load from.public abstract void save(OutputStream stream)
stream - The stream to save to.public abstract void save(String filePath)
filePath - The file to save to.Copyright © 2026. All rights reserved.