public abstract class CommonResourceDescriptor
extends org.glassfish.deployment.common.Descriptor
| Modifier | Constructor and Description |
|---|---|
protected |
CommonResourceDescriptor() |
protected |
CommonResourceDescriptor(org.glassfish.deployment.common.Descriptor other) |
| Modifier and Type | Method and Description |
|---|---|
void |
addResourceDescriptor(ResourceDescriptor descriptor) |
Set<ResourceDescriptor> |
getAllResourcesDescriptors() |
Set<ResourceDescriptor> |
getAllResourcesDescriptors(Class givenClazz) |
protected ResourceDescriptor |
getResourceDescriptor(org.glassfish.deployment.common.JavaEEResourceType type,
String name) |
Set<ResourceDescriptor> |
getResourceDescriptors(org.glassfish.deployment.common.JavaEEResourceType type) |
void |
removeResourceDescriptor(ResourceDescriptor descriptor) |
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedprotected CommonResourceDescriptor()
protected CommonResourceDescriptor(org.glassfish.deployment.common.Descriptor other)
public void addResourceDescriptor(ResourceDescriptor descriptor)
public void removeResourceDescriptor(ResourceDescriptor descriptor)
public Set<ResourceDescriptor> getResourceDescriptors(org.glassfish.deployment.common.JavaEEResourceType type)
protected ResourceDescriptor getResourceDescriptor(org.glassfish.deployment.common.JavaEEResourceType type, String name)
public Set<ResourceDescriptor> getAllResourcesDescriptors()
public Set<ResourceDescriptor> getAllResourcesDescriptors(Class givenClazz)
Copyright © 2013. All Rights Reserved.