public class Collections extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TMP_DIR |
| Constructor and Description |
|---|
Collections() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
deleteDir(File dir) |
static Properties |
getConfiguration()
Obtém as configuração comuns às todas as coleções.
|
static String |
getNextId()
Gera uma identificação única usada para identificar uma coleção.
|
static File |
getPath()
Obtém a pasta raiz onde serão persistidas as entidades de uma coleção.
|
static void |
setPath(String aPath)
Defie a pasta raiz onde serão persistidas as entidades de uma coleção.
|
public static final String DEFAULT_TMP_DIR
public static Properties getConfiguration()
public static String getNextId()
public static void setPath(String aPath)
aPath - Pasta.public static File getPath()
public static boolean deleteDir(File dir)
Copyright © 2016. All rights reserved.