All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigedit.cvs.CvsRootPassDirectory

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.jigsaw.resources.PassDirectory
                                                                   |
                                                                   +----org.w3c.jigedit.cvs.CvsRootPassDirectory

public class CvsRootPassDirectory
extends PassDirectory

Variable Index

 o ATTR_CVSROOT
Attribute index, The cvs root.

Constructor Index

 o CvsRootPassDirectory()

Method Index

 o getCvsRoot()
 o initialize(Object[])
Initialize this resource with the given set of attributes.
 o setValue(int, Object)
Catch side-effects on pass-target, to absolutize it.

Variables

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

Constructors

 o CvsRootPassDirectory
 public CvsRootPassDirectory()

Methods

 o getCvsRoot
 protected String getCvsRoot()
 o setValue
 public void setValue(int idx,
                      Object value)
Catch side-effects on pass-target, to absolutize it.

Overrides:
setValue in class PassDirectory
 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 PassDirectory

All Packages  Class Hierarchy  This Package  Previous  Next  Index