Class Bundle

  • All Implemented Interfaces:

    
    public abstract class Bundle
    
                        

    A Bundle is a collection of Items that are to be added to the Polywrap Client configuration.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class Bundle.Item

      A Bundle.Item is a WrapPackage and additional configuration to be added to the Polywrap Client Configuration. This may include interface implementations, URI redirects, and/or a WrapEnv.

      If a WrapPackage is not provided, the Polywrap Client will attempt to resolve the Uri.

      Note that users can override values when configuring the Polywrap Client.

    • Constructor Summary

      Constructors 
      Constructor Description
      Bundle()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Map<String, Bundle.Item> getItems() A Map of Items to add to the configuration.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait