Constant Field Values

Contents

com.microsoft.*

  • com.microsoft.azure.toolkit.lib.common.cache.Cache1<T> 
    Modifier and Type Constant Field Value
    private static final String KEY "CACHE1_KEY"
  • com.microsoft.azure.toolkit.lib.common.cache.Cache1.Status 
    Modifier and Type Constant Field Value
    public static final String LOADING "Loading"
    public static final String OK "OK"
    public static final String UNKNOWN "Unknown"
    public static final String UPDATING "Updating"
  • com.microsoft.azure.toolkit.lib.common.cache.CacheEvict 
    Modifier and Type Constant Field Value
    public static final String ALL "<ALL>"
  • com.microsoft.azure.toolkit.lib.common.cache.Preloader 
    Modifier and Type Constant Field Value
    private static final String INVALID_PRELOAD_METHOD "@Preload annotated method(%s.%s) should have (no args or only varargs) and must be (static or in a singleton class)"
  • com.microsoft.azure.toolkit.lib.common.messager.AzureMessageBundle 
    Modifier and Type Constant Field Value
    private static final String BUNDLE "bundles.com.microsoft.azure.toolkit.message"
  • com.microsoft.azure.toolkit.lib.common.messager.IAzureMessage 
    Modifier and Type Constant Field Value
    public static final String DEFAULT_TITLE "Azure"
  • com.microsoft.azure.toolkit.lib.common.messager.IAzureMessager 
    Modifier and Type Constant Field Value
    public static final String DEFAULT_TITLE "Azure"
  • com.microsoft.azure.toolkit.lib.common.utils.aspect.ExpressionUtils 
    Modifier and Type Constant Field Value
    private static final String INVALID_TEMPLATE "error occurs when evaluate template(%s) with bindings(%s)"