|
|||||||||
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,
boolean file)
|
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 |
boolean |
isFile()
Is this a file or directory ? |
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, 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.Method Detail |
---|
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.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |