Uses of Enum Class
edu.suffolk.litlab.efsp.tyler.TylerEnv
Packages that use TylerEnv
-
Uses of TylerEnv in edu.suffolk.litlab.efsp.tyler
Methods in edu.suffolk.litlab.efsp.tyler that return TylerEnvModifier and TypeMethodDescriptionstatic TylerEnv
static TylerEnv
Returns the enum constant of this class with the specified name.static TylerEnv[]
TylerEnv.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.suffolk.litlab.efsp.tyler with parameters of type TylerEnvModifier and TypeMethodDescriptionstatic Optional
<EfmFirmService> TylerClients.getEfmFirmFactory
(String jurisdiction, TylerEnv env) static Optional
<EfmUserService> TylerClients.getEfmUserFactory
(String jurisdiction, TylerEnv env) Gets the EfmUserService from the individual jursdiction and env arguments.static String
TylerClients.getTylerServerRootUrl
(String jurisdiction, TylerEnv envEnum) Gets Tyler server's root URL for a given jurisdiction / Tyler Env (i.e. california stage).