| Package | Description |
|---|---|
| loci.common | |
| loci.plugins.prefs |
Classes for managing Bio-Formats plugins preferences.
|
| loci.tests.testng |
Package for automated testing of the Bio-Formats software packages using TestNG.
|
| Modifier and Type | Method and Description |
|---|---|
IniList |
IniParser.parseINI(BufferedReader in)
Parses the INI-style configuration data from the given input stream.
|
IniList |
IniParser.parseINI(File file)
Parses the INI-style wrapping the given file in a
BufferedReader |
IniList |
IniParser.parseINI(String path)
Parses the INI-style configuration data from the given resource.
|
IniList |
IniParser.parseINI(String path,
Class<?> c)
Parses the INI-style configuration data from the given resource,
using the given class to find the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IniWriter.saveINI(IniList ini,
String path)
Saves the given IniList to the given file.
|
void |
IniWriter.saveINI(IniList ini,
String path,
boolean append)
Saves the given IniList to the given file.
|
| Constructor and Description |
|---|
OptionsList(IniList ini) |
| Modifier and Type | Method and Description |
|---|---|
IniList |
Configuration.getINI() |
Copyright © 2014 Open Microscopy Environment