Class orion.file.ContentType
Represents a content type known to Orion.
Defined in: </shared/eclipse/e4/orion/I201203052230/plugins/org.eclipse.orion.client.core/web/orion/contentTypes.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
Optional; Gives the ID of another ContentType that is this one's parent.
|
|
Optional; List of file extensions characterizing this ContentType.
|
|
Optional; List of filenames characterizing this ContentType.
|
|
Unique identifier of this ContentType.
|
|
User-readable name of this ContentType.
|
Field Detail
{String}
extends
Optional; Gives the ID of another ContentType that is this one's parent.
{String[]}
extension
Optional; List of file extensions characterizing this ContentType.
{String[]}
filename
Optional; List of filenames characterizing this ContentType.
{String}
id
Unique identifier of this ContentType.
{String}
name
User-readable name of this ContentType.