Interface IArtefactDefinition
public interface IArtefactDefinition
The Interface IArtefactDefinition.
-
Method Summary
Modifier and Type Method Description StringgetArtefactLocation()Gets the artefact location.StringgetArtefactName()Gets the artefact name.
-
Method Details
-
getArtefactName
String getArtefactName()Gets the artefact name.- Returns:
- the artefact name
-
getArtefactLocation
String getArtefactLocation()Gets the artefact location.- Returns:
- the artefact location
-