| Package | Description |
|---|---|
| org.apache.catalina.util |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,Extension> |
ManifestResource.getAvailableExtensions()
Gets the map of available extensions
|
ArrayList<Extension> |
ManifestResource.getRequiredExtensions()
Gets the list of required extensions
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Extension.isCompatibleWith(Extension required)
Return
true if the specified Extension
(which represents an optional package required by this application)
is satisfied by this Extension (which represents an
optional package that is already installed. |
Copyright © 2017. All rights reserved.