| Package | Description |
|---|---|
| org.alfresco.deployment | |
| org.alfresco.deployment.impl.server |
| Modifier and Type | Method and Description |
|---|---|
FileType |
FileDescriptor.getType() |
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FileDescriptor(String name,
FileType type,
String guid)
Create a new one.
|
| Modifier and Type | Method and Description |
|---|---|
FileType |
DeployedFile.getType()
Get the type
|
| Constructor and Description |
|---|
DeployedFile(FileType type,
String preLocation,
String path,
String guid,
boolean create,
boolean file) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.