org.antmod.scm |
Source Configuration Management layer, making it possible to plugin any kind of repository provider into Antmod.
|
Java Source File Name | Type | Comment |
ScmDifference.java | Interface | Representation of something that changed,
result of running a "diff" against the scm system. |
ScmSystem.java | Interface | Interface to be implemented by repository providers for access to
a Source Configuration Management system such as CVS or Subversion. |
ScmSystemFactory.java | Class | Source Configuration Management manager class, for getting access to
a configured source configuration system. |
ScmTask.java | Class | Ant task for using Antmod's scm mechanism. |
ScmUrl.java | Class | Representation of an SCM url. |
ScmUrlTest.java | Class | |
ScmVersion.java | Class | Represents the version of a module in the SCM system. |