public interface SpiProfileLocationFactory
Factory for creating profile locations.
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a profile location.Create with a given label - used only with@Transaction.Create a known location.Create a profile location with line numbering.
-
Method Details
-
create
ProfileLocation create()Create a profile location. -
createWithLine
ProfileLocation createWithLine()Create a profile location with line numbering. -
create
Create with a given label - used only with@Transaction.- Parameters:
label- the label for the transaction
-
createAt
Create a known location.
-