public abstract class CommonResourceDescriptor extends Descriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
Modifier | Constructor and Description |
---|---|
protected |
CommonResourceDescriptor() |
protected |
CommonResourceDescriptor(Descriptor other) |
Modifier and Type | Method and Description |
---|---|
void |
addResourceDescriptor(ResourceDescriptor descriptor) |
Set<ResourceDescriptor> |
getAllResourcesDescriptors() |
Set<ResourceDescriptor> |
getAllResourcesDescriptors(Class givenClazz) |
protected ResourceDescriptor |
getResourceDescriptor(JavaEEResourceType type,
String name) |
Set<ResourceDescriptor> |
getResourceDescriptors(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, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
protected CommonResourceDescriptor()
protected CommonResourceDescriptor(Descriptor other)
public void addResourceDescriptor(ResourceDescriptor descriptor)
public void removeResourceDescriptor(ResourceDescriptor descriptor)
public Set<ResourceDescriptor> getResourceDescriptors(JavaEEResourceType type)
protected ResourceDescriptor getResourceDescriptor(JavaEEResourceType type, String name)
public Set<ResourceDescriptor> getAllResourcesDescriptors()
public Set<ResourceDescriptor> getAllResourcesDescriptors(Class givenClazz)
Copyright © 2021. All rights reserved.