Class Key

java.lang.Object
us.irdev.bedrock.bag.Key

public final class Key extends Object
A helper class for composing paths used in BagObject indexing.
  • Method Details

    • cat

      public static String cat(Object... components)
      Concatenate multiple string components to make a path
      Parameters:
      components - the different levels of the hierarchy to index
      Returns:
      a String with the components in path form for indexing into a bedrock object