|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.deployment.impl.server.DeployedFile
public class DeployedFile
This is a record of a deployed file. It holds the pre-commit location of a file, the final location of the file, and the GUID of the file.
| Constructor Summary | |
|---|---|
DeployedFile(FileType type,
java.lang.String preLocation,
java.lang.String path,
java.lang.String guid,
boolean create)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeployedFile(FileType type,
java.lang.String preLocation,
java.lang.String path,
java.lang.String guid,
boolean create)
type - preLocation - where the temporary file is storedpath - the final destination of the file.guid - create - true if this is a new file.| Method Detail |
|---|
public java.lang.String getPath()
public java.lang.String getGuid()
public boolean isCreate()
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.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||