public class ConfigIO extends Object
| Modifier and Type | Method and Description |
|---|---|
static Path |
getConfigFolderPath() |
static Config |
readConfig() |
static Config |
readConfig(Path pathToRead) |
static boolean |
writeConfig(Config config) |
static void |
writeConfig(Config config,
Path pathToWrite) |
public static Path getConfigFolderPath()
public static Config readConfig() throws IOException, JAXBException, IllegalArgumentException
public static boolean writeConfig(Config config)
public static Config readConfig(Path pathToRead) throws IOException, JAXBException, IllegalArgumentException
public static void writeConfig(Config config, Path pathToWrite) throws IOException, JAXBException, IllegalArgumentException
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.