public interface ArchiveDeployment extends Deployment
Modifier and Type | Method and Description |
---|---|
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
|
void |
setMetadataFiles(List<UnifiedVirtualFile> metadataFiles)
Set additional metadata files for this deployment
|
void |
setParent(ArchiveDeployment parent)
Set the optional parent for this deployment
|
void |
setRootFile(UnifiedVirtualFile root)
Set the root file for this deployment
|
getInitialClassLoader, getRuntimeClassLoader, getService, getSimpleName, getState, getType, setInitialClassLoader, setRuntimeClassLoader, setService, setSimpleName, setState, setType
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty
ArchiveDeployment getParent()
void setParent(ArchiveDeployment parent)
UnifiedVirtualFile getRootFile()
void setRootFile(UnifiedVirtualFile root)
String getCanonicalName()
List<UnifiedVirtualFile> getMetadataFiles()
void setMetadataFiles(List<UnifiedVirtualFile> metadataFiles)
ResourceResolver getResourceResolver()
Copyright © 2015 JBoss, by Red Hat. All rights reserved.