public class FileDocument extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SEP |
static String |
TMP_SEP
Séparateur pour dissocier les fichiers temporaires
|
Constructor and Description |
---|
FileDocument() |
FileDocument(String filePath) |
FileDocument(String filePath,
String symbolicName) |
Modifier and Type | Method and Description |
---|---|
ContentType |
getContentType() |
static String |
getDocFileName(String fileName) |
String |
getFilePath() |
String |
getSymbolicName() |
static String |
getTmpDocFileName(String fileName) |
void |
setContentType(ContentType contentType) |
void |
setFilePath(String filePath) |
void |
setSymbolicName(String symbolicName) |
public static final String TMP_SEP
public static final String SEP
public FileDocument()
public FileDocument(String filePath)
public String getFilePath()
public void setFilePath(String filePath)
public ContentType getContentType()
public void setContentType(ContentType contentType)
public String getSymbolicName()
public void setSymbolicName(String symbolicName)
Copyright © 2016. All rights reserved.