org.exist.client
Class ResourceDescriptor

java.lang.Object
  extended by org.exist.client.ResourceDescriptor
Direct Known Subclasses:
ResourceDescriptor.Collection, ResourceDescriptor.Document

public abstract class ResourceDescriptor
extends Object

Description of a resource, suitable for display by the graphical client for instance.

Author:
gpothier

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

Constructor Detail

ResourceDescriptor

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

getGroup

public String getGroup()

getName

public XmldbURI getName()

getOwner

public String getOwner()

getPermissions

public String getPermissions()

getDate

public Date getDate()

isCollection

public abstract boolean isCollection()


Copyright (C) Wolfgang Meier. All rights reserved.