public class SpotlessPreferences
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESOLVE_EXTERNAL_URI
Indicates if external URIs (location hints) should be resolved
and the referenced DTD/XSD shall be applied.
|
static java.lang.String |
USER_CATALOG
Optional XML catalog for XSD/DTD lookup.
|
| Constructor and Description |
|---|
SpotlessPreferences() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configureCatalog(java.util.Properties config) |
static java.util.Properties |
configurePluginPreferences(org.eclipse.core.runtime.Plugin plugin,
java.util.Properties newValues)
Configures the Eclipse properties for a Plugin and returns its previous values.
|
public static final java.lang.String USER_CATALOG
Value is of type Path.
public static final java.lang.String RESOLVE_EXTERNAL_URI
Value is of type Boolean.
public static java.util.Properties configurePluginPreferences(org.eclipse.core.runtime.Plugin plugin,
java.util.Properties newValues)
public static void configureCatalog(java.util.Properties config)