Interface LocalSourceConfig
-
- All Superinterfaces:
org.guvnor.ala.config.Config,org.guvnor.ala.config.SourceConfig
public interface LocalSourceConfig extends org.guvnor.ala.config.SourceConfigInterface that represents the sources configuration for the local build system.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetRootPath()
-
-
-
Field Detail
-
ROOT_PATH
static final String ROOT_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRootPath
default String getRootPath()
- Returns:
- the uri for the path where the sources are located.
-
-