Package org.eclipse.jdt.ui.cleanup
Interface ICleanUpOptionsInitializer
public interface ICleanUpOptionsInitializer
Initializes the default options for a clean up kind.
Originally from org.eclipse.jdt.ui 3.5
- Since:
- 1.21
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDefaultOptions
(CleanUpOptions options) Sets the default options of this initializer.
-
Method Details
-
setDefaultOptions
Sets the default options of this initializer.- Parameters:
options
- the clean up options
-