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