| Package | Description |
|---|---|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceLocator |
ResourceLocator.of(String locator)
Creates a resource from a string locator.
|
static ResourceLocator |
ResourceLocator.ofClasspath(Class<?> cls,
String resourceName)
Creates a resource locator for a classpath resource which is associated with a class.
|
static ResourceLocator |
ResourceLocator.ofClasspath(String resourceName)
Creates a resource from a fully qualified resource name.
|
static ResourceLocator |
ResourceLocator.ofClasspathUrl(URL url)
Creates a resource from a
URL. |
static ResourceLocator |
ResourceLocator.ofFile(File file)
Creates a resource from a
File. |
static ResourceLocator |
ResourceLocator.ofPath(Path path)
Creates a resource from a
Path. |
static ResourceLocator |
ResourceLocator.ofUrl(URL url)
Creates a resource from a
URL. |
| Modifier and Type | Method and Description |
|---|---|
static List<ResourceLocator> |
ResourceConfig.orderedResources(String resourceName)
Obtains an ordered list of resource locators.
|
| Modifier and Type | Method and Description |
|---|---|
static IniFile |
ResourceConfig.combinedIniFile(List<ResourceLocator> resources)
Returns a combined INI file formed by merging the specified INI files.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.