Interface JvmArgumentsFeature

All Known Implementing Classes:
Jrebel

public interface JvmArgumentsFeature
API for a Feature which contributes additional arguments that will be passed to the JVM process, such as Java agent properties.
See Also:
  • Method Details

    • getJvmArguments

      @NonNull @NonNull List<String> getJvmArguments()
    • getJvmArguments

      @Nullable static @Nullable String getJvmArguments(@NonNull @NonNull Collection<Feature> features)