java.lang.Objectcom.install4j.api.beaninfo.FileContentType
public class FileContentType
Enumeration class for all possible file content types for file property descriptors.
FilePropertyDescriptor.setFileContentType(FileContentType)| Field Summary | |
|---|---|
static FileContentType |
HTML
The file contains HTML encoded in UTF-8 format. |
static FileContentType |
OTHER
The file has a content type that cannot be edited in the editors that associated with the other file content types in this enumeration class. |
static FileContentType |
TEXT
The file contains text encoded in UTF-8 format. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final FileContentType OTHER
FilePropertyDescriptors.
public static final FileContentType TEXT
public static final FileContentType HTML
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object