Package com.io7m.minisite.core
Interface MinSourcesProviderType
- All Known Implementing Classes:
MinSourcesGitProvider
public interface MinSourcesProviderType
The type of providers for source sections.
-
Method Summary
Modifier and Type Method Description org.w3c.dom.Elementevaluate(org.w3c.dom.Document document, MinSourcesConfiguration configuration)java.lang.Stringsystem()
-
Method Details
-
system
java.lang.String system()- Returns:
- The type of SCM used
-
evaluate
- Parameters:
document- The documentconfiguration- The source configuration- Returns:
- Evaluate the source section
-