Interface ExecutionProfile
public interface ExecutionProfile
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic @interface
An annotation that lets the framework know which factory should be used for creating a profile instance.static interface
ExecutionProfile.Factory<T extends ExecutionProfile>
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T extends ExecutionProfile>
Tstatic <T extends ExecutionProfile>
Tstatic <T extends ExecutionProfile>
TcreateProfileInstance
(Class<T> executionProfileClass)
-
Method Details
-
create
-
createProfileInstance
-
create
static <T extends ExecutionProfile> T create(T base, Map<String, String> profileOverriders, Class<T> executionProfileInterfaceClass)
-