|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.deployment.impl.server.DirectoryMetaData
public class DirectoryMetaData
This represents the metadata of a single directory. It is stored on disk to keep track of deployment status for deployment targets.
Constructor Summary | |
---|---|
DirectoryMetaData()
|
Method Summary | |
---|---|
void |
add(FileDescriptor file)
Add an entry. |
java.util.SortedSet |
getListing()
Get the listing. |
void |
remove(FileDescriptor file)
Remove an entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryMetaData()
Method Detail |
---|
public void add(FileDescriptor file)
file
- public void remove(FileDescriptor file)
file
- public java.util.SortedSet getListing()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |