Package org.apache.tools.ant
Class ProjectHelper.OnMissingExtensionPoint
java.lang.Object
org.apache.tools.ant.ProjectHelper.OnMissingExtensionPoint
- Enclosing class:
ProjectHelper
Possible value for target's onMissingExtensionPoint attribute. It determines how to deal with
targets that want to extend missing extension-points.
This class behaves like a Java 1.5 Enum class.
- Since:
- 1.8.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ProjectHelper.OnMissingExtensionPoint
fail if the extension-point is not definedstatic final ProjectHelper.OnMissingExtensionPoint
ignore the extensionOf attribute if the extension-point is not definedstatic final ProjectHelper.OnMissingExtensionPoint
warn if the extension-point is not defined -
Method Summary
-
Field Details
-
FAIL
fail if the extension-point is not defined -
WARN
warn if the extension-point is not defined -
IGNORE
ignore the extensionOf attribute if the extension-point is not defined
-
-
Method Details
-
name
-
toString
-
valueOf
-