org.exist.client
Class ResourceDescriptor.Document

java.lang.Object
  extended by org.exist.client.ResourceDescriptor
      extended by org.exist.client.ResourceDescriptor.Document
Enclosing class:
ResourceDescriptor

public static class ResourceDescriptor.Document
extends ResourceDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exist.client.ResourceDescriptor
ResourceDescriptor.Collection, ResourceDescriptor.Document
 
Constructor Summary
ResourceDescriptor.Document(XmldbURI aName, String aOwner, String aGroup, String aPermissions, Date date)
           
 
Method Summary
 boolean isCollection()
           
 
Methods inherited from class org.exist.client.ResourceDescriptor
getDate, getGroup, getName, getOwner, getPermissions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceDescriptor.Document

public ResourceDescriptor.Document(XmldbURI aName,
                                   String aOwner,
                                   String aGroup,
                                   String aPermissions,
                                   Date date)
Method Detail

isCollection

public boolean isCollection()
Specified by:
isCollection in class ResourceDescriptor


Copyright (C) Wolfgang Meier. All rights reserved.