All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigedit.cvs.CvsModule

java.lang.Object
   |
   +----org.w3c.jigedit.cvs.CvsModule

public class CvsModule
extends Object

Variable Index

 o CVSROOT
Name of the CVS Root value.
 o MODULE_NAME
Name of the module

Method Index

 o getCvsManager(File, ResourceContext, Properties)
 o getValue(ResourceContext, String)
Get a value.
 o setValue(ResourceContext, String, Object)
Set a value.

Variables

 o MODULE_NAME
 public static final String MODULE_NAME
Name of the module

 o CVSROOT
 public static final String CVSROOT
Name of the CVS Root value.

Methods

 o setValue
 public static void setValue(ResourceContext ctxt,
                             String name,
                             Object value)
Set a value.

Parameters:
ctxt - the resource context
name - The value name.
value - The value to record.
Returns:
an Object.
 o getValue
 public static Object getValue(ResourceContext ctxt,
                               String name)
Get a value.

Parameters:
ctxt - the resource context
name - The value name.
Returns:
an Object.
 o getCvsManager
 public static synchronized CvsDirectory getCvsManager(File directory,
                                                       ResourceContext ctxt,
                                                       Properties props) throws CvsException

All Packages  Class Hierarchy  This Package  Previous  Next  Index