public abstract class FileTypeChecker
extends java.lang.Object
| Constructor and Description |
|---|
FileTypeChecker(ProjectFileType fileType)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectFileType |
getFileType()
Retorna
|
abstract boolean |
isOfType(ClientFile file,
java.nio.charset.Charset charset)
Método de confirmação de tipo de arquivo compatível com tipo.
|
public FileTypeChecker(ProjectFileType fileType)
fileType - tipopublic final ProjectFileType getFileType()
public abstract boolean isOfType(ClientFile file, java.nio.charset.Charset charset)
file - arquivocharset - o charset para leitura do arquivo.Copyright © 2016. All Rights Reserved.