Class TargetOptions

    • Constructor Detail

      • TargetOptions

        public TargetOptions()
    • Method Detail

      • copyInto

        public TargetOptions copyInto​(TargetOptions other)
        Parameters:
        other - The instance which should receive the configuration from this options instance.
        Returns:
        the given TargetOptions instance with all configuration copied from this instance.
      • clone

        public TargetOptions clone()
        Overrides:
        clone in class java.lang.Object