
public interface WriterProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
WriterProvider.ConfigurationFileName |
| Modifier and Type | Method and Description |
|---|---|
default Set<String> |
findAvailableConfigurationsForCategory(String tagName,
String category) |
Set<String> |
findMatchingConfigurations(String pattern) |
Properties |
getConfigurationProperties(String configName,
String tagName,
String categoryName) |
PrintWriter |
getPrintWriter(String configName,
String tagName,
String categoryName) |
PrintWriter getPrintWriter(String configName, String tagName, String categoryName) throws IOException
IOExceptionProperties getConfigurationProperties(String configName, String tagName, String categoryName) throws IOException
IOExceptiondefault Set<String> findAvailableConfigurationsForCategory(String tagName, String category)
Copyright © 2016 LSST. All rights reserved.