Class PropertyInputStreamLoaderTraditional

java.lang.Object
io.deephaven.configuration.PropertyInputStreamLoaderTraditional
All Implemented Interfaces:
PropertyInputStreamLoader

@AutoService(PropertyInputStreamLoader.class) public class PropertyInputStreamLoaderTraditional extends Object implements PropertyInputStreamLoader
A PropertyInputStreamLoader implementation that first searches for the property file as a classpath resource, and then via the filesystem. The priority is 100.
  • Constructor Details

    • PropertyInputStreamLoaderTraditional

      public PropertyInputStreamLoaderTraditional()
  • Method Details