org.alfresco.deployment.impl.server
Class DirectoryMetaData

java.lang.Object
  extended by org.alfresco.deployment.impl.server.DirectoryMetaData
All Implemented Interfaces:
java.io.Serializable

public class DirectoryMetaData
extends java.lang.Object
implements java.io.Serializable

This represents the metadata of a single directory. It is stored on disk to keep track of deployment status for deployment targets.

See Also:
Serialized Form

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

DirectoryMetaData

public DirectoryMetaData()
Method Detail

add

public void add(FileDescriptor file)
Add an entry.

Parameters:
file -

remove

public void remove(FileDescriptor file)
Remove an entry.

Parameters:
file -

getListing

public java.util.SortedSet getListing()
Get the listing.

Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.