All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigedit.cvs.CvsRootDirectory

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.tools.resources.Resource
                   |
                   +----org.w3c.tools.resources.FramedResource
                           |
                           +----org.w3c.tools.resources.AbstractContainer
                                   |
                                   +----org.w3c.tools.resources.ContainerResource
                                           |
                                           +----org.w3c.tools.resources.DirectoryResource
                                                   |
                                                   +----org.w3c.jigsaw.resources.DirectoryResource
                                                           |
                                                           +----org.w3c.jigedit.cvs.CvsRootDirectory

public class CvsRootDirectory
extends DirectoryResource

Variable Index

 o ATTR_CVSROOT
Attribute index, The cvs root.

Constructor Index

 o CvsRootDirectory()

Method Index

 o getCvsRoot()
 o initialize(Object[])
Initialize this resource with the given set of attributes.
 o setValue(int, Object)
Set some of this resource attribute.

Variables

 o ATTR_CVSROOT
 public static int ATTR_CVSROOT
Attribute index, The cvs root.

Constructors

 o CvsRootDirectory
 public CvsRootDirectory()

Methods

 o getCvsRoot
 protected String getCvsRoot()
 o setValue
 public void setValue(int idx,
                      Object value)
Set some of this resource attribute.

Overrides:
setValue in class DirectoryResource
 o initialize
 public void initialize(Object values[])
Initialize this resource with the given set of attributes.

Parameters:
values - The attribute values.
Overrides:
initialize in class DirectoryResource

All Packages  Class Hierarchy  This Package  Previous  Next  Index