Package | Description |
---|---|
org.apache.felix.deploymentadmin |
Modifier and Type | Method and Description |
---|---|
ResourceInfoImpl[] |
StreamDeploymentPackage.getOrderedResourceInfos() |
ResourceInfoImpl[] |
FileDeploymentPackage.getOrderedResourceInfos() |
abstract ResourceInfoImpl[] |
AbstractDeploymentPackage.getOrderedResourceInfos()
Determines the resources of this deployment package in the order in which
they were originally received.
|
ResourceInfoImpl |
AbstractDeploymentPackage.getResourceInfoByPath(String path)
Determines the info about a processed resource based on it's
path/resource-id.
|
ResourceInfoImpl[] |
AbstractDeploymentPackage.getResourceInfos()
Returns the processed resources of this deployment package as an array of
ResourceInfoImpl objects. |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.