Class ObjectScope

java.lang.Object
io.bdeploy.jersey.ws.change.msg.ObjectScope
All Implemented Interfaces:
Comparable<ObjectScope>

public class ObjectScope extends Object implements Comparable<ObjectScope>
Encapsulates scoping logic.
  • Field Details

    • EMPTY

      public static final ObjectScope EMPTY
      An empty scope matching any incoming scope.
  • Constructor Details

    • ObjectScope

      public ObjectScope(List<String> scope)
      Creates an ObjectScope from the List representation of a scope.
    • ObjectScope

      public ObjectScope(String... scope)
      Create an ObjectScope from one or more scope parts.
  • Method Details