Package io.ebean.service
Interface SpiProfileLocationFactory
public interface SpiProfileLocationFactory
Factory for creating profile locations.
-
Method Summary
Modifier and Type Method Description ProfileLocationcreate()Create a profile location.ProfileLocationcreate(int lineNumber, String label)Create a profile location with a line number.ProfileLocationcreateAt(String location)Create a known location.
-
Method Details
-
create
Create a profile location. -
create
Create a profile location with a line number. -
createAt
Create a known location.
-