Package org.guvnor.ala.source
Interface Repository
-
public interface RepositoryType to represent a Source Code Repository
-
-
Method Detail
-
getId
String getId()
-
getName
String getName()
-
getSource
Source getSource() throws SourcingException
- Throws:
SourcingException
-
getSource
Source getSource(String root, String... path) throws SourcingException
- Throws:
SourcingException
-
-