org.w3c.jigedit.cvs
Class CvsModule
java.lang.Object
|
+--org.w3c.jigedit.cvs.CvsModule
- public class CvsModule
- extends java.lang.Object
Field Summary |
static java.lang.String |
CVSROOT
Name of the CVS Root value. |
static java.lang.String |
MODULE_NAME
Name of the module |
Method Summary |
static CvsDirectory |
getCvsManager(java.io.File directory,
org.w3c.tools.resources.ResourceContext ctxt,
java.util.Properties props)
|
static java.lang.Object |
getValue(org.w3c.tools.resources.ResourceContext ctxt,
java.lang.String name)
Get a value. |
static void |
setValue(org.w3c.tools.resources.ResourceContext ctxt,
java.lang.String name,
java.lang.Object value)
Set a value. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
MODULE_NAME
public static final java.lang.String MODULE_NAME
- Name of the module
CVSROOT
public static final java.lang.String CVSROOT
- Name of the CVS Root value.
setValue
public static void setValue(org.w3c.tools.resources.ResourceContext ctxt,
java.lang.String name,
java.lang.Object value)
- Set a value.
- Parameters:
ctxt
- the resource contextname
- The value name.value
- The value to record.- Returns:
- an Object.
getValue
public static java.lang.Object getValue(org.w3c.tools.resources.ResourceContext ctxt,
java.lang.String name)
- Get a value.
- Parameters:
ctxt
- the resource contextname
- The value name.- Returns:
- an Object.
getCvsManager
public static CvsDirectory getCvsManager(java.io.File directory,
org.w3c.tools.resources.ResourceContext ctxt,
java.util.Properties props)
throws CvsException