public class DeployedFile extends Object implements Serializable
| Constructor and Description |
|---|
DeployedFile(FileType type,
String preLocation,
String path,
String guid,
boolean create,
boolean file) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGuid()
Get the GUID which uniquely identifies this file
|
String |
getPath()
Get the path
|
String |
getPreLocation()
The pre-location is where the file is stored temporarily prior to commit.
|
FileType |
getType()
Get the type
|
int |
hashCode() |
boolean |
isCreate()
Was this a new file or directory create
|
boolean |
isFile()
Is this a file or directory ?
|
public String getPath()
public String getGuid()
public boolean isCreate()
public boolean isFile()
public String getPreLocation()
public FileType getType()
Copyright © 2005–2014 Alfresco Software. All rights reserved.