|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.jigedit.cvs.CvsModule
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,
ResourceContext ctxt,
java.util.Properties props)
|
static java.lang.Object |
getValue(ResourceContext ctxt,
java.lang.String name)
Get a value. |
static void |
setValue(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 |
Field Detail |
public static final java.lang.String MODULE_NAME
public static final java.lang.String CVSROOT
Method Detail |
public static void setValue(ResourceContext ctxt, java.lang.String name, java.lang.Object value)
ctxt
- the resource contextname
- The value name.value
- The value to record.
public static java.lang.Object getValue(ResourceContext ctxt, java.lang.String name)
ctxt
- the resource contextname
- The value name.
public static CvsDirectory getCvsManager(java.io.File directory, ResourceContext ctxt, java.util.Properties props) throws CvsException
CvsException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |