public interface ArchiveDeployment extends Deployment
Modifier and Type | Method and Description |
---|---|
void |
addMetadataFile(UnifiedVirtualFile file)
Add additional metadata file to the deployment
|
String |
getCanonicalName()
The concatenated names including all parents.
|
List<UnifiedVirtualFile> |
getMetadataFiles()
Get additional metadata files attached to the deployment
|
ArchiveDeployment |
getParent()
Get the optional parent of this deployment
|
ResourceResolver |
getResourceResolver()
Get the resource resolver to be used to access resources from this archive
|
UnifiedVirtualFile |
getRootFile()
Get the root file for this deployment
|
getClassLoader, getService, getSimpleName
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty
ArchiveDeployment getParent()
UnifiedVirtualFile getRootFile()
String getCanonicalName()
List<UnifiedVirtualFile> getMetadataFiles()
void addMetadataFile(UnifiedVirtualFile file)
file
- metadata file to the deploymentResourceResolver getResourceResolver()
Copyright © 2016 JBoss, by Red Hat. All rights reserved.