public enum CSDKCacheLocation extends 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 |
|---|---|
String |
getDescription()
Obtém a descrição do local.
|
File |
getPath()
Obtém o caminho para o local.
|
static CSDKCacheLocation |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic File getPath()
public String getDescription()
Copyright © 2019. All rights reserved.