Uses of Class
security.whisper.javastix.bundle.Bundle
Packages that use Bundle
-
Uses of Bundle in security.whisper.javastix.bundle
Methods in security.whisper.javastix.bundle that return BundleModifier and TypeMethodDescriptionBundle.Builder.build()Builds a newBundle.static BundleBundle.copyOf(BundleObject instance) Creates an immutable copy of aBundleObjectvalue.final BundleBundle.withCustomProperties(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thecustomPropertiesmap with the specified map.final BundleCopy the current immutable object by setting a value for theidattribute.final BundleBundle.withObjects(Iterable<? extends BundleableObject> elements) Copy the current immutable object with elements that replace the content ofobjects.final BundleBundle.withObjects(BundleableObject... elements) Copy the current immutable object with elements that replace the content ofobjects.final BundleBundle.withSpecVersion(String value) Copy the current immutable object by setting a value for thespecVersionattribute.final BundleCopy the current immutable object by setting a value for thetypeattribute.