com.redstarhackers.craftsman.util
Class SCMHelper

java.lang.Object
  extended by com.redstarhackers.craftsman.util.SCMHelper

public class SCMHelper
extends java.lang.Object

TODO Class summary sentence. Class documentation.

Version:
$Revision: 362 $
Author:
$Author: kostya $

Field Summary
static java.util.regex.Pattern CVS_ROOT_FULL
           
static java.util.regex.Pattern CVS_ROOT_MINIMAL
           
static java.util.regex.Pattern CVS_ROOT_PARTIAL
           
 
Method Summary
static SCMInfo getSCMInfo(java.io.File baseDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CVS_ROOT_FULL

public static final java.util.regex.Pattern CVS_ROOT_FULL

CVS_ROOT_PARTIAL

public static final java.util.regex.Pattern CVS_ROOT_PARTIAL

CVS_ROOT_MINIMAL

public static final java.util.regex.Pattern CVS_ROOT_MINIMAL
Method Detail

getSCMInfo

public static SCMInfo getSCMInfo(java.io.File baseDir)