public enum CSDKCacheLocation extends java.lang.Enum<CSDKCacheLocation>
| Enum Constant and Description |
|---|
JAVA_IO_TMPDIR
Diretório temporário.
|
USER_HOME
Diretório do usuário.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Obtém a descrição do local.
|
java.io.File |
getPath()
Obtém o caminho para o local.
|
static CSDKCacheLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CSDKCacheLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSDKCacheLocation USER_HOME
public static final CSDKCacheLocation JAVA_IO_TMPDIR
public static CSDKCacheLocation[] values()
for (CSDKCacheLocation c : CSDKCacheLocation.values()) System.out.println(c);
public static CSDKCacheLocation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.io.File getPath()
public java.lang.String getDescription()
Copyright © 2015. All Rights Reserved.