Class CleanUpOptions


public class CleanUpOptions extends CleanUpOptionsCore
Allows to set and retrieve clean up settings for given options keys. Originally from org.eclipse.jdt.ui 3.5
Since:
1.21
Restriction:
This class is not intended to be subclassed by clients.
  • Field Details

  • Constructor Details

    • CleanUpOptions

      protected CleanUpOptions(Map<String,String> options)
      Creates a new CleanUpOptions instance with the given options.
      Parameters:
      options - map that maps clean ups keys (String) to a non-null string value
    • CleanUpOptions

      public CleanUpOptions()
      Creates a new instance.
  • Method Details