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
-
CVSROOT
- Name of the CVS Root value.
-
MODULE_NAME
- Name of the module
-
getCvsManager(File, ResourceContext, Properties)
-
-
getValue(ResourceContext, String)
- Get a value.
-
setValue(ResourceContext, String, Object)
- Set a value.
MODULE_NAME
public static final String MODULE_NAME
- Name of the module
CVSROOT
public static final String CVSROOT
- Name of the CVS Root value.
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.
getValue
public static Object getValue(ResourceContext ctxt,
String name)
- Get a value.
- Parameters:
- ctxt - the resource context
- name - The value name.
- Returns:
- an Object.
getCvsManager
public static synchronized CvsDirectory getCvsManager(File directory,
ResourceContext ctxt,
Properties props) throws CvsException
All Packages Class Hierarchy This Package Previous Next Index