/* * Copyright (c) 2015 EMC Corporation * All Rights Reserved */ package storageapi; public interface ApiUrlFactory { public String getUrl(); }