Package | Description |
---|---|
javax.ide.command |
Command execution classes.
|
javax.ide.extension |
Classes and interfaces used by extensions to extend
an IDE with new functionality.
|
javax.ide.model |
The interfaces and classes implementing an IDE's data model.
|
javax.ide.util |
This package contains utility classes.
|
oracle.ide.composite |
Contains centralized interfaces for associating element instances with an arbitrary set of URLs.
|
oracle.ide.config |
Contains classes encapsulating JDevelopers's environment settings.
|
oracle.ide.controller | |
oracle.ide.docking |
Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper.
|
oracle.ide.explorer |
Contains the interfaces and classes addins use to provide a structured
view of data contained in nodes displayed in a navigator or an editor.
|
oracle.ide.extension | |
oracle.ide.extension.rules | |
oracle.ide.help |
Contains interfaces and classes used by addins to
provide context sensitive help on their own windows and dialogs.
|
oracle.ide.history |
Contains API classes for the local history feature.
|
oracle.ide.inspector |
Contains interfaces and classes that integrators may use to make their
objects editable from the property inspector.
|
oracle.ide.inspector.layout |
Contains interfaces and abstract classes describing the property form layout
information.
|
oracle.ide.javaxide |
Bridges the standard IDE API (JSR198) to JDeveloper's extension API.
|
oracle.ide.migration |
Contains API classes for support the migration of Node types and user
preferences in the system directory.
|
oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
oracle.ide.palette2 |
Contains interfaces and classes that allow for palette integration.
|
oracle.ide.quickdiff |
Contains classes for the code editor's Quick Diff margin and a registry for its supported comparable reference types.
|
oracle.ide.resourcebundle |
Provides a designtime abstraction around locating and managing resource bundles
used by visual and non-visual editors.
|
oracle.ide.vcs |
Contains application-level interfaces to the version control sub-system.
|
oracle.ide.wizard |
Contains classes that can be used to integrate gallery items and wizards into
the product.
|
oracle.ide.xml |
Provides common methods used for processing XML.
|
oracle.jdeveloper.asnav.nodes | |
oracle.jdeveloper.connection.model.hook | |
oracle.jdeveloper.deploy | |
oracle.jdeveloper.deploy.meta | |
oracle.jdeveloper.deploy.prf.spi | |
oracle.jdeveloper.deploy.spi.profilesupport | |
oracle.jdeveloper.rescat2.model.hook | |
oracle.jdeveloper.rescat2.model.nodes | |
oracle.jdeveloper.rescat2.model.util | |
oracle.jdeveloper.webapp.build | |
oracle.jdeveloper.webapp.design | |
oracle.jdeveloper.webapp.facelets | |
oracle.jdeveloper.webapp.faces.backingfile | |
oracle.jdeveloper.webapp.grammar | |
oracle.jdeveloper.webapp.metadata |
Constructor and Description |
---|
Controller(MetaClass invokeHandlerClass,
MetaClass updateHandlerClass)
Constructs a controller object, deferring class loading and instantiation
of its invoke and update handler objects until needed.
|
Controller(MetaClass invokeHandlerClass,
MetaClass updateHandlerClass)
Constructs a controller object, deferring class loading and instantiation
of its invoke and update handler objects until needed.
|
Modifier and Type | Method and Description |
---|---|
protected <T> MetaClass<T> |
DynamicHook.getRuntimeMetaType(ElementStartContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
DynamicHook.attachClass(java.lang.Object parent,
MetaClass metaClass,
ElementEndContext context) |
protected <T> T |
DynamicHook.getApplicationObject(MetaClass<T> runtimeMetaType,
ElementStartContext context) |
protected abstract void |
MetaClassVisitor.metaClass(ElementContext context,
MetaClass mc)
Called when a meta class is created.
|
Modifier and Type | Method and Description |
---|---|
abstract MetaClass |
Recognizer.recognize(java.net.URI uri)
Gets the
Class of the data item associated with the
specified URI . |
Modifier and Type | Method and Description |
---|---|
static <N> MetaClass<N> |
MetaClass.newMetaClass(java.lang.Class<N> clazz)
Construct a meta class given a class already classloaded.
|
Modifier and Type | Method and Description |
---|---|
static void |
CompositeFileElementRegistry.fireCompositeStateChanged(MetaClass<? extends Element> compositeElementClass)
Fires a state change event for the given composite element class.
|
Modifier and Type | Method and Description |
---|---|
MetaClass |
ExtensionSettingsPage.getTraversableClass() |
Modifier and Type | Method and Description |
---|---|
MetaClass |
IdeAction.getCommandMetaClass()
Gets the action command.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextMenuListenersHook.addListenerForSite(java.lang.String siteId,
MetaClass listenerClass)
Allow contextMenuHook to add listeners to ContextMenuListenersHook.
|
static Command |
CommandProcessor.createCommandFromMeta(MetaClass commandMeta,
Context context) |
static IdeAction |
IdeAction.findOrCreate(int cmdId,
MetaClass cmdClass,
java.lang.String name)
Gets the action associated with the specified command if it already
exits.
|
static IdeAction |
IdeAction.findOrCreate(int cmdId,
MetaClass cmdClass,
java.lang.String name,
java.lang.String sCategory,
java.lang.Integer mnemonic,
javax.swing.Icon icon,
java.lang.Object data,
boolean enabled)
Gets the action associated with the specified command if it already
exits.
|
static IdeAction |
IdeAction.findOrCreate(int cmdId,
MetaClass cmdClass,
java.lang.String name,
java.lang.String sCategory,
java.lang.Integer mnemonic,
java.util.ResourceBundle bundle,
java.lang.String key,
java.lang.Object data,
boolean enabled)
Gets the action associated with the specified command if it already
exits.
|
void |
IdeAction.setCommand(MetaClass metaClass) |
Modifier and Type | Method and Description |
---|---|
void |
DockStation.registerDockableFactory(java.lang.String viewTypeId,
MetaClass metaClass)
Deprecated.
clients should use a declarative "dockable-factory-hook" trigger hook in their extension.xml.
|
Modifier and Type | Method and Description |
---|---|
void |
ExplorerManager.addStructureSupportForClass(MetaClass metaClass)
Adds a MetaClass for a class that supports structure views
|
static IconOverlayCoordinator |
IconOverlayRegistry.registerOverlayCoordinator(java.lang.String extensionId,
java.lang.String infoTypeId,
int batchSize,
MetaClass<? extends IconOverlayTracker> trackerClass)
Registration for an
IconOverlayCoordinator that will attach to the
overlay consumer views and perform deferred creation of the specified
IconOverlayTracker when required. |
void |
ExplorerManager.removeStructureSupportForClass(MetaClass metaClass)
Removes a MetaClass that was added previously.
|
Modifier and Type | Method and Description |
---|---|
<T> MetaClass<T> |
LazyClassAdapter.getMetaClass(java.lang.String keyName)
Gets the meta class for the specified key.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaClassList.add(MetaClass<T> metaClass)
Add a class to the list.
|
Constructor and Description |
---|
RuleType(java.lang.String id,
MetaClass<RuleFunction> implClass,
Extension extension)
Constructs a RuleType.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MetaClass> |
HelpDefinitions.getBrowseSymbolResolvers() |
java.util.Map<java.lang.String,MetaClass> |
HelpDefinitions.getCallbackClasses() |
java.util.List<MetaClass> |
HelpDefinitions.getCallbackWizardHandlers() |
Modifier and Type | Method and Description |
---|---|
abstract void |
HistoryManager.registerHistorian(MetaClass<? extends Historian> historianCls,
MetaClass<? extends Node> objCls)
Register a Historian implementation for association with a given object
type.
|
abstract void |
HistoryManager.registerHistorian(MetaClass<? extends Historian> historianCls,
MetaClass<? extends Node> objCls)
Register a Historian implementation for association with a given object
type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<MetaClass> |
InspectableViewRegistry.detractors() |
java.lang.Iterable<MetaClass> |
InspectableViewRegistry.supporters() |
Modifier and Type | Method and Description |
---|---|
void |
InspectableViewRegistry.registerDetractor(MetaClass metaClazz)
Registers the given metclass to disable inspection by the Property Inspector.
|
void |
InspectableViewRegistry.registerSupporter(MetaClass metaClazz)
Registers the given metclass to enable inspection by the Property Inspector.
|
Modifier and Type | Method and Description |
---|---|
MetaClass |
PropertyFormLayoutAssembly.ChoiceGroupAssembly.getChoiceSelectorClass()
Get the
ChoiceSelector class. |
abstract MetaClass |
ChoiceGroup.getChoiceSelectorClass()
Get the class controlling the choice to display.
|
abstract MetaClass |
CustomComponent.getComponentClass()
Get a class extending
CustomGUIComponent . |
MetaClass |
PropertyFormLayoutAssembly.getPropertyModelClass()
Gets the property model class.
|
abstract MetaClass |
PropertyFormLayout.getPropertyModelClass() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyFormLayoutAssembly.ChoiceSelectorDispatcher.setChoiceSelectorClasses(java.util.List<MetaClass> classes) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
Util.createInstance(MetaClass metaClass,
java.lang.Class<T> expectedSuperType)
Create an instance of a meta class, reporting errors if creation fails.
|
static java.lang.Object |
Util.createInstance(MetaClass metaClass,
java.lang.Class expectedSuperType,
java.lang.String nameOfType)
Create an instance of a meta class, reporting errors if creation fails.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
MigrationManager.addLazyMigrator(Extension ex,
MetaClass mc)
Add migrators after initial migration.
|
Constructor and Description |
---|
NodeMigratorHelperReference(java.lang.String key,
java.lang.String version,
MetaClass<NodeMigratorHelper> migratorType,
java.lang.Integer weight) |
Modifier and Type | Method and Description |
---|---|
static MetaClass<? extends Node> |
Recognizer.getDefaultNodeTypeAsMeta()
Returns the Node meta class that will be recognized when no
Recognizer
recognizes a given URL and when the calling code queries recognizer
through metaclasses. |
MetaClass |
HeadlessAwareMetaClassWrapper.getMetaClass()
Returns the MetaClass when either headless is true or headless is false AND
the Ide is not running in headless mode.
|
MetaClass<? extends Node> |
Recognizer.recognizeAsMeta(java.net.URL url)
This method allows gets the MetaClass of a recognized
Node . |
MetaClass<? extends Node> |
FileContentRecognizer.recognizeAsMeta(java.net.URL url) |
MetaClass<? extends Node> |
FileContentPatternRecognizer.recognizeAsMeta(java.net.URL url) |
MetaClass<? extends Node> |
FileContentLowPriorityRecognizer.recognizeAsMeta(java.net.URL url) |
protected MetaClass<? extends Node> |
AbstractFileContentRecognizerTemplate.recognizeURL(java.net.URL url,
java.io.RandomAccessFile file,
AbstractFileContentRecognizerTemplate.FileContentRule rule) |
static MetaClass<? extends Node> |
Recognizer.recognizeURLAsMeta(java.net.URL url)
|
static MetaClass<? extends Node> |
Recognizer.recognizeURLAsMeta(java.net.URL url,
MetaClass<? extends Node> defaultNodeType) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<XMLRecognizer.Doctype,MetaClass<Node>> |
RecognizersHook.docTypeMappings() |
static java.util.Map<java.io.File,MetaClass<?>> |
Recognizer.getDeclarativeExtensionToClassMap() |
static java.util.Map<java.io.File,MetaClass> |
Recognizer.getExtensionToMetaClassMap()
Get the mapping from file extension to meta class.
|
java.util.Map<XMLRecognizer.NSElem,MetaClass<Node>> |
RecognizersHook.namespaceMappings() |
java.util.Map<java.lang.String,MetaClass<Node>> |
RecognizersHook.rootElementMappings() |
java.util.Map<XMLRecognizer.NSElem,MetaClass<Node>> |
RecognizersHook.schemaMappings() |
Modifier and Type | Method and Description |
---|---|
static void |
Recognizer.mapExtensionToMetaClass(java.lang.String extension,
MetaClass cls)
Maps a file extension to a
Node class. |
static MetaClass<? extends Node> |
Recognizer.recognizeURLAsMeta(java.net.URL url,
MetaClass<? extends Node> defaultNodeType) |
void |
DocumentInfo.setIconMetaClass(MetaClass iconMetaClass)
Set the meta class used to load the icon.
|
Constructor and Description |
---|
AbstractFileContentRecognizerTemplate.FileContentRule(java.lang.String protocol,
java.io.File fileExtension,
java.util.List<AbstractFileContentRecognizerTemplate.ContentToLookFor> contents,
MetaClass<Node> nodeType) |
ContentSetProviderReference(java.lang.String label,
java.lang.String navigableLabel,
java.lang.String key,
boolean isDefaultContentSet,
boolean showInDefaultProject,
boolean applicationLevelContent,
boolean displayFoldersAsPackages,
boolean canContainJavaSources,
boolean flatLevelEnabled,
boolean alwaysShowEmptyFolders,
MetaClass<ContentSetProvider> type,
java.lang.String defaultSourceFolder,
PatternFilters patternFilters)
Creates a new
. |
FileContentPatternRecognizer.FileContentPatternRule(int maxLines,
java.lang.String[] patterns,
MetaClass<Node> nodeType) |
HeadlessAwareMetaClassWrapper(MetaClass metaClass,
boolean headless) |
LazyLoadedTraversable(MetaClass traversableMetaClass,
java.lang.String providerExtensionId) |
Modifier and Type | Method and Description |
---|---|
abstract void |
PaletteManager.addPaletteConsumerClass(MetaClass consumer)
Allows a client View to add a call back tht has implemented the PaletteConsumer
interface.
|
abstract void |
PaletteManager.removePaletteConsumerClass(MetaClass consumer)
Removes a client View as a PaletteConsumer.
|
Modifier and Type | Method and Description |
---|---|
static void |
QuickDiffReferenceRegistry.register(java.lang.String id,
MetaClass<? extends QuickDiffReferenceProvider> provider)
Registers the given
QuickDiffReferenceProvider with all Quick Diff
margins. |
Modifier and Type | Method and Description |
---|---|
MetaClass |
GlobalBundleInfo.getMetaClass() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MetaClass> |
ResourceBundleSelectionValidators.getResourceBundleSelectionValidators()
Gets the a list of
MetaClass objects that represent the
registered resource bundle selection validators |
Modifier and Type | Method and Description |
---|---|
abstract void |
ResourceBundleManagerDT.addGlobalBundle(MetaClass metaClass,
java.lang.String bundleId,
boolean alwaysShow)
Adds the specified bundle as a global bundle and associates it with the
specified bundle id.
|
Constructor and Description |
---|
GlobalBundleInfo(MetaClass metaClass,
java.lang.String bundleId,
boolean alwaysShow) |
ResourceBundleTypeDT(java.lang.String id,
java.lang.String displayName,
java.lang.String extension,
MetaClass implMetaClass,
MetaClass keyGeneratorMetaClass)
Constructor
|
ResourceBundleTypeDT(java.lang.String id,
java.lang.String displayName,
java.lang.String extension,
MetaClass implMetaClass,
MetaClass keyGeneratorMetaClass)
Constructor
|
Modifier and Type | Method and Description |
---|---|
abstract MetaClass |
VCSManager.getMetaCheckOutCommand(Node node)
Gets the metaclass representation of the command provider for checking out Node instances
through the version control system.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GenericWizardLauncher.addFinishPage(MetaClass finishPageMetaClass,
java.lang.String helpID,
java.lang.String pageTitle)
Adds a finish page to the wizard.
|
boolean |
GenericWizardLauncher.addPage(MetaClass pageMetaClass,
java.lang.String helpID)
Adds a page to the wizard.
|
boolean |
GenericWizardLauncher.addPage(MetaClass pageMetaClass,
java.lang.String helpID,
java.lang.String pageTitle)
Adds a page to the wizard.
|
Modifier and Type | Method and Description |
---|---|
MetaClass |
XMLRecognizer.recognizeAsMeta(java.net.URL url) |
Constructor and Description |
---|
XMLRecognizer.NoNamespaceRule(java.lang.String elementName,
java.lang.String[] excludeFiles,
java.lang.String[] includeFiles,
MetaClass<?> nodeType) |
Modifier and Type | Method and Description |
---|---|
void |
ElementFactories.register(MetaClass recognizedClass,
MetaClass<ElementFactory> factoryClass)
Register a factory that recognizes a particular class.
|
void |
ElementFactories.register(MetaClass recognizedClass,
MetaClass<ElementFactory> factoryClass)
Register a factory that recognizes a particular class.
|
boolean |
ElementFactories.unregister(MetaClass recognizedClass,
MetaClass<ElementFactory> factory)
Unregister a pair of class and related factory.
|
boolean |
ElementFactories.unregister(MetaClass recognizedClass,
MetaClass<ElementFactory> factory)
Unregister a pair of class and related factory.
|
Modifier and Type | Method and Description |
---|---|
MetaClass<oracle.adf.share.connection.ConnectionType> |
ConnectionTypeInfo.getConnectionTypeMetaClass() |
MetaClass<DTConnectionContextProvider> |
ConnectionProviderInfo.getProviderMetaClass() |
MetaClass<?> |
ConnectionTypes.getWizardClass(oracle.adf.share.connection.ConnectionType type) |
MetaClass<?> |
ConnectionTypes.getWizardClass(java.lang.String connectionTypeId) |
MetaClass<Wizard> |
ConnectionTypeInfo.getWizardMetaClass() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MetaClass<javax.naming.Referenceable>> |
ConnectionTypeInfo.getReferenceableMetaClasses() |
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentManager.registerDeployerFactory(MetaClass deployable,
MetaClass parent,
CustomMetaClass deployerFactory) |
static void |
DeploymentManager.registerDeployerFactory(MetaClass deployable,
MetaClass parent,
CustomMetaClass deployerFactory) |
static void |
DeploymentManager.registerDeployerFactory(MetaClass deployable,
MetaClass parent,
MetaClass factory) |
static void |
DeploymentManager.registerDeployerFactory(MetaClass deployable,
MetaClass parent,
MetaClass factory) |
static void |
DeploymentManager.registerDeployerFactory(MetaClass deployable,
MetaClass parent,
MetaClass factory) |
static void |
DeploymentManager.upgradeDeployerFactory(MetaClass deployable,
CustomMetaClass deployerFactory) |
static void |
DeploymentManager.upgradeDeployerFactory(MetaClass deployable,
MetaClass deployerFactory) |
static void |
DeploymentManager.upgradeDeployerFactory(MetaClass deployable,
MetaClass deployerFactory) |
Modifier and Type | Method and Description |
---|---|
MetaClass<T> |
CustomMetaClass.getMetaClass() |
Modifier and Type | Method and Description |
---|---|
static boolean |
CustomMetaClass.isAssignable(MetaClass to,
java.lang.Class from)
Utility method to determine if a MetaClass is a parent of Class.
|
Constructor and Description |
---|
CustomMetaClass(MetaClass<T> metaClass) |
CustomMetaClass(MetaClass<T> metaClass,
java.lang.Class[] argTypes,
java.lang.Object[] args) |
CustomMetaClass(MetaClass<T> metaClass,
java.lang.Object[] args) |
Modifier and Type | Method and Description |
---|---|
abstract void |
Recognizers.register(MetaClass<Recognizer> recognizer) |
abstract void |
Recognizers.unregister(MetaClass<Recognizer> recognizer) |
Modifier and Type | Method and Description |
---|---|
protected MetaClass<CommandFactory> |
DefaultProfileSupport.getCommandFactoryClass() |
protected MetaClass<ProfileFactory> |
DefaultProfileSupport.getFactoryClass() |
protected MetaClass<ProfileHashIO> |
DefaultProfileSupport.getHashIOClass() |
protected MetaClass<ProfileInfo> |
DefaultProfileSupport.getProfileInfoClass() |
MetaClass<Profile> |
DefaultProfileInfo.getProfileMetaClass() |
protected MetaClass<ProfileRecognizer> |
DefaultProfileSupport.getRecognizerClass() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultProfileSupport.setCommandFactoryClass(MetaClass<CommandFactory> commandFactoryClass) |
protected void |
DefaultProfileSupport.setFactoryClass(MetaClass<ProfileFactory> factoryClass) |
protected void |
DefaultProfileSupport.setHashIOClass(MetaClass<ProfileHashIO> hashIOClass) |
protected void |
DefaultProfileSupport.setProfileInfoClass(MetaClass<ProfileInfo> profileInfoClass) |
protected void |
DefaultProfileInfo.setProfileMetaClass(MetaClass<Profile> profileMetaClass) |
protected void |
DefaultProfileSupport.setRecognizerClass(MetaClass<ProfileRecognizer> recognizerClass) |
Constructor and Description |
---|
DefaultProfileInfo(MetaClass<Profile> profileMetaClass,
java.lang.String id,
boolean appLevel,
boolean projectLevel,
java.lang.String shortLabel,
java.lang.String longLabel,
java.lang.String tooltip,
javax.swing.Icon icon) |
Modifier and Type | Method and Description |
---|---|
MetaClass<java.util.ResourceBundle> |
ResourceTypeInfo.getBundleMetaClass() |
MetaClass<oracle.adf.share.connection.ConnectionType> |
RCAdapterInfo.getConnectionTypeMetaClass() |
MetaClass<javax.naming.spi.InitialContextFactory> |
RCAdapterInfo.getFactoryMetaClass() |
MetaClass<RCRecognizer> |
ResourceRecognizerInfo.getMetaClass() |
MetaClass<RCContextRecognizer> |
ContextRecognizerInfo.getMetaClass() |
MetaClass<ConnectionHelper> |
ConnectionHelperInfo.getMetaClass() |
MetaClass<oracle.adf.rc.spi.plugin.item.CatalogItemFactoryPlugin> |
CatalogItemFactoryInfo.getMetaClass() |
MetaClass<oracle.adf.rc.resource.ResourceType> |
ResourceTypeInfo.getResourceTypeMetaClass() |
Modifier and Type | Method and Description |
---|---|
protected MetaClass<Wizard> |
RepositoryRootNode.getWizardMetaClass() |
Modifier and Type | Method and Description |
---|---|
static MetaClass<Wizard> |
ConnectionUtil.getWizardMetaClass(oracle.adf.share.connection.ConnectionType connectionType) |
Modifier and Type | Method and Description |
---|---|
void |
BuildFeatureManager.registerOJSPNextEnabler(MetaClass<OJSPNextFeatureEnabler> ojspNextFeatureEnablerFactory) |
Modifier and Type | Method and Description |
---|---|
abstract void |
DTEManager.registerELContextObjectProvider(MetaClass<ELContextObjectProvider> elContextObjectProvider)
Register the given EL Context Object Provider
|
abstract void |
DTEManager.registerRenderAsIncludeProvider(oracle.bali.xml.grammar.QualifiedName qname,
MetaClass<RenderAsIncludeProvider> renderAsIncludeProvider)
Register the RenderAsInclude Provider given the qualified name
|
abstract void |
DTEManager.registerVisualEditorPathProvider(MetaClass<VisualEditorPathProvider> visualEditorPathProvider)
Register an extension point allowing JSP Design Time Visual Editor viewable
paths to be specified for JspSourceNode and subclasses (JspFragmentSourceNode,
JspTagSourceNode, JspTagXSourceNode, JspTagFragmentSourceNode).
|
abstract void |
DTEManager.registerVisualEditorPathProvider(MetaClass<VisualEditorPathProvider> visualEditorPathProvider,
float weight)
Register an extension point allowing JSP Design Time Visual Editor viewable
paths to be specified for JspSourceNode and subclasses (JspFragmentSourceNode,
JspTagSourceNode, JspTagXSourceNode, JspTagFragmentSourceNode).
|
Modifier and Type | Method and Description |
---|---|
void |
FaceletsConfigurationManager.registerFaceletsConfigurationHandler(MetaClass<FaceletsConfigurationHandler> factory) |
Modifier and Type | Method and Description |
---|---|
void |
BackingFileIDProviderManager.registerBackingFileIDProvider(MetaClass<BackingFileIDProvider> backingFileIDProviderFactory) |
Modifier and Type | Method and Description |
---|---|
static void |
WebAppProjectGrammarRegistry.registerWebAppProjectGrammarProviderFactory(MetaClass<WebAppProjectGrammarProviderFactory> webAppProjectMetadataRegistryEntryFactory) |
Modifier and Type | Method and Description |
---|---|
static void |
WebAppProjectMetadataRegistry.registerWebAppProjectMetadataRegistryEntryFactory(MetaClass<WebAppProjectMetadataRegistryEntryFactory> jspProjectMetadataRegistryEntryFactory) |