All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.storage.repository.ProviderNames Maven / Gradle / Ivy

There is a newer version: 1.3.4
Show newest version
package com.arextest.storage.repository;


public final class ProviderNames {

  /**
   * use Rolling as default provided. it means produced from AREX's Agent hook recording
   */
  public static final String DEFAULT = "Rolling";
  public static final String PINNED = "Pinned";
  public static final String AUTO_PINNED = "AutoPinned";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy