Class ServerResources

java.lang.Object
io.deephaven.server.resources.ServerResources

public class ServerResources extends Object
Helper to load resources based on configuration. Any resource specified in configuration may be give a boolean "enabled" with true to allow the resources to be served and false to have them be excluded, with a default of true. Resources may also specify a positive integer "priority" to determine the order in which they are served, lowest first, allowing more important resources to override others. Default priority is 2147483647.
  • Constructor Details

    • ServerResources

      public ServerResources()
  • Method Details