Class StoreRef

java.lang.Object
eu.xenit.alfred.api.data.StoreRef

public class StoreRef extends Object
Represents a store id. This consists of two parts: 1) Store Protocol - that is, the type of store 2) Store Identifier - the id of the store
  • Constructor Details

    • StoreRef

      public StoreRef()
    • StoreRef

      public StoreRef(String s)
    • StoreRef

      public StoreRef(String space, String store)
  • Method Details