public class FileExchangerUI
extends java.lang.Object
| Constructor and Description |
|---|
FileExchangerUI() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatLongTime(long value)
Formata intervalo de tempo em ms.
|
static java.lang.String |
getClassString(java.lang.Class<?> theClass,
java.lang.String tag)
Busca de um texto de internacionalização do programa sem sua referência
|
static java.lang.String |
getClassString(java.lang.Class<?> theClass,
java.lang.String tag,
java.lang.Object[] objs)
Busca de um texto de internacionalização do programa sem sua referência
|
static java.lang.String |
getString(java.lang.String tag)
Busca de um texto de internacionalização do programa sem sua referência
|
static java.lang.String |
getString(java.lang.String tag,
java.lang.Object... objs)
Busca de um texto de internacionalização do programa sem sua referência
|
static void |
handleException(FileExchanger fileExchanger,
java.lang.Exception e)
Tratador de exceções
|
static boolean |
hasClassString(java.lang.Class<?> theClass,
java.lang.String tag)
Busca de um texto de internacionalização do programa sem sua referência
|
static boolean |
isEmptyString(java.lang.String str)
Teste se uma string é nula.
|
public static final java.lang.String getClassString(java.lang.Class<?> theClass,
java.lang.String tag)
theClass - a classe de prefixo.tag - o tagpublic static final java.lang.String getString(java.lang.String tag)
tag - o tagpublic static final java.lang.String getClassString(java.lang.Class<?> theClass,
java.lang.String tag,
java.lang.Object[] objs)
theClass - a classe de prefixo.tag - o tagobjs - objetos de formataçãopublic static final java.lang.String getString(java.lang.String tag,
java.lang.Object... objs)
tag - o tagobjs - objetos de formataçãopublic static final boolean hasClassString(java.lang.Class<?> theClass,
java.lang.String tag)
theClass - a classe de prefixo.tag - o tagpublic static boolean isEmptyString(java.lang.String str)
str - a string a ser testadapublic static java.lang.String formatLongTime(long value)
value - o valor em ms.public static void handleException(FileExchanger fileExchanger, java.lang.Exception e)
fileExchanger - aplicaçãoe - exceçãoCopyright © 2018. All Rights Reserved.