public class DeployedFile
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DeployedFile(FileType type,
java.lang.String preLocation,
java.lang.String path,
java.lang.String guid,
boolean create,
boolean file) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getGuid()
Get the GUID which uniquely identifies this file
|
java.lang.String |
getPath()
Get the path
|
java.lang.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 DeployedFile(FileType type, java.lang.String preLocation, java.lang.String path, java.lang.String guid, boolean create, boolean file)
type - preLocation - where the temporary file is storedpath - the final destination of the file.guid - create - true if this is a new file.public java.lang.String getPath()
public java.lang.String getGuid()
public boolean isCreate()
public boolean isFile()
public java.lang.String getPreLocation()
public FileType getType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.