public final class Options extends Object
TinyPlugzConfigurator
before deployment.| Modifier and Type | Field and Description |
|---|---|
static String |
FAIL_ON_MULTIPLE_PROVIDERS
Configuration option which will cause the deployment to fail if there are
multiple service providers on the class path.
|
static String |
FORCE_DEFAULT
Configuration property for disabling the TinyPlugz implementation lookup
and always use the default implementation.
|
static String |
FORCE_IMPLEMENTATION
Configuration property for specifying a full qualified name of a class
which extends
TinyPlugz. |
public static final String FORCE_IMPLEMENTATION
TinyPlugz. If this property is present, the default
lookup for an implementation using the ServiceLoader is skipped.
Note: The presence of this property AND FORCE_DEFAULT
will raise an exception when
deploying.
public static final String FORCE_DEFAULT
Note: The presence of this property AND FORCE_IMPLEMENTATION
will raise an exception when
deploying.
public static final String FAIL_ON_MULTIPLE_PROVIDERS
Copyright © 2014–2015. All rights reserved.