Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J K L M N O P R S T _

A

add(Object) - Method in class javax.ide.extension.spi.Stack
 
addDependency(ExtensionDependency) - Method in class javax.ide.extension.spi.DefaultExtension
Set a list of javax.ide.extension.Extension identifiers this extension depends on.
addToClasspath(Extension, URI) - Method in class javax.ide.extension.spi.ExtensionVisitor
Add the specified entry to the classpath of the class loader which is loading this extension and its dependent classes.
addToTopo(Extension) - Method in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
addUnsatisfied(Extension) - Method in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
appendCharacters(char[], int, int) - Method in class javax.ide.extension.spi.DefaultElementContext
 

B

BaseExtensionVisitor - class javax.ide.extension.spi.BaseExtensionVisitor.
A base class for ExtensionVisitor which processes the attributes of the extension tag.
BaseExtensionVisitor() - Constructor for class javax.ide.extension.spi.BaseExtensionVisitor
 
beginElement(String, String, Attributes) - Method in class javax.ide.extension.spi.DefaultElementContext
 
booleanValue(ElementContext, boolean) - Method in class javax.ide.extension.spi.FeatureHook.OptionalHandler
 
buildTree(Collection, DependencyTree.EnabledExtensionLookup, Logger, DefaultElementContext) - Static method in class javax.ide.extension.spi.DependencyTree
Build a dependency tree for the specified collection of extension sources.

C

CLASSPATH - Static variable in class javax.ide.extension.spi.ExtensionVisitor
 
CLASSPATHS - Static variable in class javax.ide.extension.spi.ExtensionVisitor
 
COPYRIGHT - Static variable in class javax.ide.extension.spi.FeatureHook
 
characters(char[], int, int) - Method in class javax.ide.extension.spi.SAXManifestParser.Handler
 
clear() - Method in class javax.ide.extension.spi.ScopedMap
 
clear() - Method in class javax.ide.extension.spi.Stack
 
compareTo(Object) - Method in class javax.ide.extension.spi.DefaultExtension
Compare two extensions on their names.
createBuildSystemHook() - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Create the build system hook.
createClasspathVisitor() - Method in class javax.ide.extension.spi.ExtensionVisitor
 
createClasspathsVisitor() - Method in class javax.ide.extension.spi.ExtensionVisitor
 
createDependenciesVisitor() - Method in class javax.ide.extension.spi.ExtensionVisitor
 
createDocumentHook() - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Create the document hook.
createEditorHook() - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
 
createFeatureHook() - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Create the feature hook.
createHookHandlerHook() - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Create the hook handler hook.
createHooksVisitor() - Method in class javax.ide.extension.spi.ExtensionVisitor
 
createIdeListenerHook() - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Create the IDE Listener hook.
createLogHook() - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Create the log hook.
createMenuHook() - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Create the menu hook.
createNameVisitor() - Method in class javax.ide.extension.spi.ExtensionVisitor
 
createOwnerVisitor() - Method in class javax.ide.extension.spi.ExtensionVisitor
 
createPropertyHook() - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Create the property hook.
createVFSHook() - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Create the VFS hook.
createWizardHook() - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Create the wizard hook.

D

DESCRIPTION - Static variable in class javax.ide.extension.spi.FeatureHook
 
DefaultElementContext - class javax.ide.extension.spi.DefaultElementContext.
A default XML context implementation.
DefaultElementContext() - Constructor for class javax.ide.extension.spi.DefaultElementContext
 
DefaultElementContext.NullLogger - class javax.ide.extension.spi.DefaultElementContext.NullLogger.
 
DefaultElementContext.NullLogger() - Constructor for class javax.ide.extension.spi.DefaultElementContext.NullLogger
 
DefaultExtension - class javax.ide.extension.spi.DefaultExtension.
This class maintains general information about an extension.
DefaultExtension() - Constructor for class javax.ide.extension.spi.DefaultExtension
Default constructor.
DefaultExtension(String) - Constructor for class javax.ide.extension.spi.DefaultExtension
 
DefaultHookVisitorFactory - class javax.ide.extension.spi.DefaultHookVisitorFactory.
The default implementation of the visitor factory for hooks.
DefaultHookVisitorFactory() - Constructor for class javax.ide.extension.spi.DefaultHookVisitorFactory
Constructs the default hook visitor factory.
DependenciesVisitor - class javax.ide.extension.spi.DependenciesVisitor.
Visitor implementation for <dependencies>
DependenciesVisitor() - Constructor for class javax.ide.extension.spi.DependenciesVisitor
 
DependenciesVisitor.ImportVisitor - class javax.ide.extension.spi.DependenciesVisitor.ImportVisitor.
 
DependenciesVisitor.ImportVisitor() - Constructor for class javax.ide.extension.spi.DependenciesVisitor.ImportVisitor
 
DependencyTree - class javax.ide.extension.spi.DependencyTree.
DependencyTree is responsible for determining dependencies between extensions and providing a load order that satisfies those dependencies.
DependencyTree(List, Map) - Constructor for class javax.ide.extension.spi.DependencyTree
 
DependencyTree.EnabledExtensionLookup - interface javax.ide.extension.spi.DependencyTree.EnabledExtensionLookup.
Mechanism used by this class to look up whether an extension is enabled.
DependencyTree.MinimalExtensionVisitor - class javax.ide.extension.spi.DependencyTree.MinimalExtensionVisitor.
A minimal visitor which just processes the id, version, esdk-version and dependencies of an extension.
DependencyTree.MinimalExtensionVisitor() - Constructor for class javax.ide.extension.spi.DependencyTree.MinimalExtensionVisitor
 
DependencyTree.TopoSortState - class javax.ide.extension.spi.DependencyTree.TopoSortState.
The state of a topological sort.
DependencyTree.TopoSortState() - Constructor for class javax.ide.extension.spi.DependencyTree.TopoSortState
 

E

ELEMENT - Static variable in class javax.ide.extension.spi.BaseExtensionVisitor
 
ELEMENT - Static variable in class javax.ide.extension.spi.DependenciesVisitor
 
ELEMENT - Static variable in class javax.ide.extension.spi.FeatureHook
 
ELEMENT - Static variable in class javax.ide.extension.spi.HookHandlerHook
 
ExtensionSource - interface javax.ide.extension.spi.ExtensionSource.
Represents an extension source.
ExtensionVisitor - class javax.ide.extension.spi.ExtensionVisitor.
Visitor for the root JSR-198 extension element.
ExtensionVisitor(ElementVisitorFactory) - Constructor for class javax.ide.extension.spi.ExtensionVisitor
 
ExtensionVisitor.ClasspathVisitor - class javax.ide.extension.spi.ExtensionVisitor.ClasspathVisitor.
 
ExtensionVisitor.ClasspathVisitor() - Constructor for class javax.ide.extension.spi.ExtensionVisitor.ClasspathVisitor
 
ExtensionVisitor.ClasspathsVisitor - class javax.ide.extension.spi.ExtensionVisitor.ClasspathsVisitor.
 
ExtensionVisitor.ClasspathsVisitor() - Constructor for class javax.ide.extension.spi.ExtensionVisitor.ClasspathsVisitor
 
ExtensionVisitor.HooksVisitor - class javax.ide.extension.spi.ExtensionVisitor.HooksVisitor.
 
ExtensionVisitor.HooksVisitor() - Constructor for class javax.ide.extension.spi.ExtensionVisitor.HooksVisitor
 
end(ElementEndContext) - Method in class javax.ide.extension.spi.DependenciesVisitor.ImportVisitor
 
end(ElementEndContext) - Method in class javax.ide.extension.spi.DependenciesVisitor
 
end(ElementEndContext) - Method in class javax.ide.extension.spi.DependencyTree.MinimalExtensionVisitor
 
end(ElementEndContext) - Method in class javax.ide.extension.spi.ExtensionVisitor.ClasspathVisitor
 
end(ElementEndContext) - Method in class javax.ide.extension.spi.ExtensionVisitor
 
end(ElementEndContext) - Method in class javax.ide.extension.spi.FeatureHook.PartOfHandler
 
end(ElementEndContext) - Method in class javax.ide.extension.spi.FeatureHook
Handle the end of an XML element.
endElement(String, String) - Method in class javax.ide.extension.spi.DefaultElementContext
 
endElement(String, String, String) - Method in class javax.ide.extension.spi.SAXManifestParser.Handler
 
endVisiting(Extension) - Method in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
enterScope() - Method in class javax.ide.extension.spi.ScopedMap
Enter a new scope level.
entrySet() - Method in class javax.ide.extension.spi.ScopedMap
 
exitScope() - Method in class javax.ide.extension.spi.ScopedMap
Exit the current scope level.

F

Feature - class javax.ide.extension.spi.Feature.
Feature information gathered from processing the feature-hook section of the extension manifest.
Feature() - Constructor for class javax.ide.extension.spi.Feature
 
FeatureHook - class javax.ide.extension.spi.FeatureHook.
 
FeatureHook() - Constructor for class javax.ide.extension.spi.FeatureHook
 
FeatureHook.CopyrightHandler - class javax.ide.extension.spi.FeatureHook.CopyrightHandler.
 
FeatureHook.CopyrightHandler() - Constructor for class javax.ide.extension.spi.FeatureHook.CopyrightHandler
 
FeatureHook.DescriptionHandler - class javax.ide.extension.spi.FeatureHook.DescriptionHandler.
 
FeatureHook.DescriptionHandler() - Constructor for class javax.ide.extension.spi.FeatureHook.DescriptionHandler
 
FeatureHook.IconPathHandler - class javax.ide.extension.spi.FeatureHook.IconPathHandler.
 
FeatureHook.IconPathHandler() - Constructor for class javax.ide.extension.spi.FeatureHook.IconPathHandler
 
FeatureHook.LicenseHandler - class javax.ide.extension.spi.FeatureHook.LicenseHandler.
 
FeatureHook.LicenseHandler() - Constructor for class javax.ide.extension.spi.FeatureHook.LicenseHandler
 
FeatureHook.OptionalHandler - class javax.ide.extension.spi.FeatureHook.OptionalHandler.
 
FeatureHook.OptionalHandler() - Constructor for class javax.ide.extension.spi.FeatureHook.OptionalHandler
 
FeatureHook.PartOfHandler - class javax.ide.extension.spi.FeatureHook.PartOfHandler.
 
FeatureHook.PartOfHandler() - Constructor for class javax.ide.extension.spi.FeatureHook.PartOfHandler
 
FeatureRegistry - class javax.ide.extension.spi.FeatureRegistry.
The feature registry provides access to information about extensions which are declared as features in their extension manifest.
FeatureRegistry() - Constructor for class javax.ide.extension.spi.FeatureRegistry
 

G

get(Object) - Method in class javax.ide.extension.spi.ScopedMap
 
getAttributeNames() - Method in class javax.ide.extension.spi.DefaultElementContext
 
getAttributeValue(String) - Method in class javax.ide.extension.spi.DefaultElementContext
Get the value of an attribute for this element.
getClassLoader(Extension) - Method in class javax.ide.extension.spi.ExtensionVisitor
Get the class loader that should be used by default to load an extension.
getClassPath() - Method in class javax.ide.extension.spi.DefaultExtension
 
getClasspathEntry() - Method in interface javax.ide.extension.spi.ExtensionSource
Get the classpath entry for this extension source.
getClasspathEntry() - Method in class javax.ide.extension.spi.JARExtensionSource
 
getColumnNumber() - Method in class javax.ide.extension.spi.LocatorImpl
 
getContext() - Method in class javax.ide.extension.spi.SAXManifestParser
Get the context
getCopyright() - Method in class javax.ide.extension.spi.Feature
Gets a copyright message for this feature.
getCycles() - Method in class javax.ide.extension.spi.DependencyTree
Get cycles in the dependency graph.
getDependencies() - Method in class javax.ide.extension.spi.DefaultExtension
 
getDescription() - Method in class javax.ide.extension.spi.Feature
Gets a description of this feature.
getEDKVersion() - Method in class javax.ide.extension.spi.DefaultExtension
 
getElementName() - Method in class javax.ide.extension.spi.DefaultElementContext
Get the local name of the current element.
getExtension() - Method in class javax.ide.extension.spi.DefaultElementContext
Get the extension currently being processed.
getExtension(ElementContext) - Method in class javax.ide.extension.spi.ExtensionVisitor
 
getExtensionSourceURI() - Method in class javax.ide.extension.spi.DefaultElementContext
Get the URI of the source of the extension.
getExtensions() - Method in class javax.ide.extension.spi.ExtensionVisitor
 
getFeature(ElementContext) - Method in class javax.ide.extension.spi.FeatureHook
 
getFeature(Extension) - Method in class javax.ide.extension.spi.FeatureRegistry
Gets the feature corresponding to the specified extension.
getFeatureRegistry() - Static method in class javax.ide.extension.spi.FeatureRegistry
 
getFeatures() - Method in class javax.ide.extension.spi.FeatureHook
 
getID() - Method in class javax.ide.extension.spi.DefaultExtension
 
getIconPath() - Method in class javax.ide.extension.spi.Feature
Gets the path of an icon for this feature.
getInputStream() - Method in interface javax.ide.extension.spi.ExtensionSource
Get an input stream for this sources manifest.
getInputStream() - Method in class javax.ide.extension.spi.JARExtensionSource
 
getLicense() - Method in class javax.ide.extension.spi.Feature
Gets the text of any license for this feature.
getLineNumber() - Method in class javax.ide.extension.spi.LocatorImpl
 
getList() - Method in class javax.ide.extension.spi.Stack
Gets (or lazily instantiates) the list implementation used by this stack.
getListenerClass() - Method in class javax.ide.extension.spi.ListenerInfo
Get the listener class.
getLogger() - Method in class javax.ide.extension.spi.DefaultElementContext
 
getManifestURI() - Method in interface javax.ide.extension.spi.ExtensionSource
Get the URI of the manifest file contained in this source.
getManifestURI() - Method in class javax.ide.extension.spi.JARExtensionSource
Get the URI of the manifest file within the extension source.
getMetaClass() - Method in class javax.ide.extension.spi.TypeInfo
Get the class of the object.
getName() - Method in class javax.ide.extension.spi.DefaultExtension
 
getName() - Method in interface javax.ide.extension.spi.ExtensionSource
Get the name of this source.
getName() - Method in class javax.ide.extension.spi.JARExtensionSource
Get the name of this source.
getOwner() - Method in class javax.ide.extension.spi.DefaultExtension
 
getPartOf() - Method in class javax.ide.extension.spi.Feature
Gets the id of another extension which this feature forms a part of.
getPlatformInfo() - Method in class javax.ide.extension.spi.DefaultExtension
 
getPublicId() - Method in class javax.ide.extension.spi.LocatorImpl
 
getResolvedVersion(String) - Method in class javax.ide.extension.spi.DependencyTree
Get the resolved version of the specified extension id.
getScopeData() - Method in class javax.ide.extension.spi.DefaultElementContext
 
getScopedHandler() - Method in class javax.ide.extension.spi.DefaultElementContext
Get a scoped handler for the current element (if any)
getSortedExtensionIDs() - Method in class javax.ide.extension.spi.DependencyTree
Get the list of extension ids, sorted in order of the topological sort of their dependency graph.
getSource() - Method in class javax.ide.extension.spi.DefaultExtension
 
getSource(String) - Method in class javax.ide.extension.spi.DependencyTree
Get the source of an extension.
getSource(ElementContext) - Method in class javax.ide.extension.spi.ExtensionVisitor
 
getSourceID() - Method in class javax.ide.extension.spi.ListenerInfo
Get the ID of the event source.
getSourcesByExtension() - Method in class javax.ide.extension.spi.DependencyTree.MinimalExtensionVisitor
 
getSystemId() - Method in class javax.ide.extension.spi.LocatorImpl
 
getText() - Method in class javax.ide.extension.spi.DefaultElementContext
Get the text contained in this element.
getTopoList() - Method in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
getTypeIdentifier() - Method in class javax.ide.extension.spi.TypeInfo
Get the object type identifier.
getURI() - Method in interface javax.ide.extension.spi.ExtensionSource
Get the URI of this source.
getURI() - Method in class javax.ide.extension.spi.JARExtensionSource
Get the URI of this JAR file.
getUnsatisfiedDependencies(Extension) - Method in class javax.ide.extension.spi.DependencyTree
Get the set of unsatisfied dependencies for the specified extension.
getUnsatisfiedExtensions() - Method in class javax.ide.extension.spi.DependencyTree
Get a collection of extensions with unsatisfied dependencies.
getVersion() - Method in class javax.ide.extension.spi.DefaultExtension
 
getVisitor(ElementName) - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
 

H

HOOKHANDLER - Variable in class javax.ide.extension.spi.HookHandlerHook
 
HOOKS - Static variable in class javax.ide.extension.spi.ExtensionVisitor
 
HookHandlerHook - class javax.ide.extension.spi.HookHandlerHook.
The hook-handler-hook implementation.
HookHandlerHook(DefaultHookVisitorFactory) - Constructor for class javax.ide.extension.spi.HookHandlerHook
Constructs a new HookHandlerHook.
HookHandlerHook.HookHandlerVisitor - class javax.ide.extension.spi.HookHandlerHook.HookHandlerVisitor.
 
HookHandlerHook.HookHandlerVisitor() - Constructor for class javax.ide.extension.spi.HookHandlerHook.HookHandlerVisitor
 
hasNext() - Method in class javax.ide.extension.spi.Stack.ReverseListIterator
 

I

ICONPATH - Static variable in class javax.ide.extension.spi.FeatureHook
 
IMPORT - Static variable in class javax.ide.extension.spi.DependenciesVisitor
 
initialize() - Method in class javax.ide.extension.spi.FeatureRegistry
 
isEmpty() - Method in class javax.ide.extension.spi.Stack
Gets whether there are more elements on the stack.
isExtensionEnabled(Extension) - Method in interface javax.ide.extension.spi.DependencyTree.EnabledExtensionLookup
 
isNameRegistered(ElementName) - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Get whether there is a registered visitor for the specified hook element name.
isOptional() - Method in class javax.ide.extension.spi.Feature
Get whether this feature is optional.
isUnsatisfied(Extension) - Method in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
isUnvisited(Extension) - Method in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
isVersionSatisfied(ExtensionDependency, Extension) - Method in class javax.ide.extension.spi.DependencyTree
Get an extension which satisfies the specified dependency.
isVisited(Extension) - Method in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
isVisiting(Extension) - Method in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
iterator() - Method in class javax.ide.extension.spi.Stack
Gets an iterator for elements on the stack.

J

JARExtensionSource - class javax.ide.extension.spi.JARExtensionSource.
A default implementation of ExtensionSource which loads an extension manifest from the META-INF/extension.xml entry of a JAR file.
JARExtensionSource(URI) - Constructor for class javax.ide.extension.spi.JARExtensionSource
 
javax.ide.extension.spi - package javax.ide.extension.spi
The ide package is where all JSR 198 packages are rooted.

K

KEY_CLASSLOADER - Static variable in class javax.ide.extension.spi.ExtensionVisitor
The key for the ClassLoader to be used to when looking up classes for the current extension.
KEY_EXTENSION_SOURCE - Static variable in class javax.ide.extension.spi.ExtensionVisitor
The key for the current ExtensionSource instance in the scope data map.
KEY_FEATURE - Variable in class javax.ide.extension.spi.FeatureHook
 

L

LICENSE - Static variable in class javax.ide.extension.spi.FeatureHook
 
ListenerInfo - class javax.ide.extension.spi.ListenerInfo.
Records information defining the listener class to be instantiated when an event on the target object occurs.
ListenerInfo() - Constructor for class javax.ide.extension.spi.ListenerInfo
Constructor.
LocatorImpl - class javax.ide.extension.spi.LocatorImpl.
 
LocatorImpl(String, String, int, int) - Constructor for class javax.ide.extension.spi.LocatorImpl
 
LocatorImpl(String, String) - Constructor for class javax.ide.extension.spi.LocatorImpl
 
LocatorImpl(String) - Constructor for class javax.ide.extension.spi.LocatorImpl
 
log(LogRecord) - Method in class javax.ide.extension.spi.DefaultElementContext.NullLogger
 

M

MANIFEST_ALT_ENTRY - Static variable in class javax.ide.extension.spi.JARExtensionSource
 
MANIFEST_ENTRY - Static variable in class javax.ide.extension.spi.JARExtensionSource
 
MAX_ESDK_VERSION - Static variable in class javax.ide.extension.spi.BaseExtensionVisitor
The max ESDK version that this processor will accept.
MAX_VERSION - Static variable in class javax.ide.extension.spi.DependenciesVisitor
 
MIN_VERSION - Static variable in class javax.ide.extension.spi.DependenciesVisitor
 
markCycleChain(Extension) - Method in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
markUnsatisfiedChain() - Method in class javax.ide.extension.spi.DependencyTree.TopoSortState
 

N

NAME - Static variable in class javax.ide.extension.spi.ExtensionVisitor
 
next() - Method in class javax.ide.extension.spi.Stack.ReverseListIterator
 

O

OPTIONAL - Static variable in class javax.ide.extension.spi.FeatureHook
 
OWNER - Static variable in class javax.ide.extension.spi.ExtensionVisitor
 

P

PART_OF - Static variable in class javax.ide.extension.spi.FeatureHook
 
parse(InputSource) - Method in class javax.ide.extension.spi.SAXManifestParser
 
peek() - Method in class javax.ide.extension.spi.Stack
Obtains the top element on the stack without removing it.
pop() - Method in class javax.ide.extension.spi.Stack
Pops the top element off the stack and returns it.
postBeginElement() - Method in class javax.ide.extension.spi.DefaultElementContext
Push the current element onto the element stack.
postEndElement() - Method in class javax.ide.extension.spi.DefaultElementContext
 
processExtension(ElementStartContext) - Method in class javax.ide.extension.spi.BaseExtensionVisitor
 
push(Object) - Method in class javax.ide.extension.spi.Stack
Pushes an element onto the stack.
put(Object, Object) - Method in class javax.ide.extension.spi.ScopedMap
 

R

recordPosition(ElementContext) - Method in class javax.ide.extension.spi.SAXManifestParser.Handler
 
registerChildVisitor(ElementName, ElementVisitor) - Method in class javax.ide.extension.spi.DefaultElementContext
Register a handler that will be used only for immediate children of the current element.
registerHook(ElementName, ExtensionHook) - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Register the specified hook visitor.
registerStandardVisitors() - Method in class javax.ide.extension.spi.DefaultHookVisitorFactory
Register hooks defined in the JSR-198 spec.
registerVisitorFactory(ElementVisitorFactory) - Method in class javax.ide.extension.spi.DefaultElementContext
 
remove(Object) - Method in class javax.ide.extension.spi.ScopedMap
 
remove() - Method in class javax.ide.extension.spi.Stack.ReverseListIterator
 
removeDuplicates() - Method in class javax.ide.extension.spi.DependencyTree
Resolve duplicate extension ids.
replace(Object) - Method in class javax.ide.extension.spi.Stack
Replaces the top of the stack with the specified object.
resolvePath(Extension, String) - Method in interface javax.ide.extension.spi.ExtensionSource
Resolve a (relative) path referenced in the manifest file for this extension source.
resolvePath(Extension, String) - Method in class javax.ide.extension.spi.JARExtensionSource
Resolve a relative path from the manifest file.
reverseIterator() - Method in class javax.ide.extension.spi.Stack
Gets an iterator for elements on the stack.

S

SAXManifestParser - class javax.ide.extension.spi.SAXManifestParser.
An extensible SAX parser.
SAXManifestParser(DefaultElementContext) - Constructor for class javax.ide.extension.spi.SAXManifestParser
 
SAXManifestParser.Handler - class javax.ide.extension.spi.SAXManifestParser.Handler.
 
SAXManifestParser.Handler() - Constructor for class javax.ide.extension.spi.SAXManifestParser.Handler
 
SOURCE - Static variable in class javax.ide.extension.spi.DependencyTree
 
STATE_NOT_VISITED - Variable in class javax.ide.extension.spi.DependencyTree
 
STATE_VISITED - Variable in class javax.ide.extension.spi.DependencyTree
 
STATE_VISITING - Variable in class javax.ide.extension.spi.DependencyTree
 
ScopedMap - class javax.ide.extension.spi.ScopedMap.
A map that provides support for scoping.
ScopedMap() - Constructor for class javax.ide.extension.spi.ScopedMap
 
Stack - class javax.ide.extension.spi.Stack.
Convenient implementation of a Last In First Out (LIFO) stack.
Stack() - Constructor for class javax.ide.extension.spi.Stack
Construct a stack with no additional arguments.
Stack(Collection) - Constructor for class javax.ide.extension.spi.Stack
Construct a stack initialized to contain all the items in the specified collection.
Stack.ReverseListIterator - class javax.ide.extension.spi.Stack.ReverseListIterator.
Iterator that traverses a list in reverse order.
Stack.ReverseListIterator(List) - Constructor for class javax.ide.extension.spi.Stack.ReverseListIterator
 
setClassPath(URIPath) - Method in class javax.ide.extension.spi.DefaultExtension
Set an additional classpath where classes used by this extension can be found.
setCopyright(String) - Method in class javax.ide.extension.spi.Feature
 
setDescription(String) - Method in class javax.ide.extension.spi.Feature
 
setDocumentLocator(Locator) - Method in class javax.ide.extension.spi.SAXManifestParser.Handler
 
setEDKVersion(Version) - Method in class javax.ide.extension.spi.DefaultExtension
Set the EDK version.
setElement(String, String) - Method in class javax.ide.extension.spi.DefaultElementContext
 
setIconPath(String) - Method in class javax.ide.extension.spi.Feature
 
setLicense(String) - Method in class javax.ide.extension.spi.Feature
 
setListenerClass(MetaClass) - Method in class javax.ide.extension.spi.ListenerInfo
Set the listener class.
setMessageReporter(Logger) - Method in class javax.ide.extension.spi.DefaultElementContext
 
setMetaClass(MetaClass) - Method in class javax.ide.extension.spi.TypeInfo
Set the class of the object.
setName(String) - Method in class javax.ide.extension.spi.DefaultExtension
Set the name of this extension.
setOptional(boolean) - Method in class javax.ide.extension.spi.Feature
 
setOwner(String) - Method in class javax.ide.extension.spi.DefaultExtension
Set the extension owner name.
setPartOf(String) - Method in class javax.ide.extension.spi.Feature
 
setPlatformInfo(PlatformInfo) - Method in class javax.ide.extension.spi.DefaultExtension
Set the platform specific info required for this extension to work.
setSource(ExtensionSource) - Method in class javax.ide.extension.spi.DefaultExtension
 
setSourceID(String) - Method in class javax.ide.extension.spi.ListenerInfo
Get the ID of the event source.
setTypeIdentifier(String) - Method in class javax.ide.extension.spi.TypeInfo
Set the object type identifier.
setVersion(Version) - Method in class javax.ide.extension.spi.DefaultExtension
Set the extension version information.
size() - Method in class javax.ide.extension.spi.Stack
 
start(ElementStartContext) - Method in class javax.ide.extension.spi.DependenciesVisitor.ImportVisitor
 
start(ElementStartContext) - Method in class javax.ide.extension.spi.DependenciesVisitor
 
start(ElementStartContext) - Method in class javax.ide.extension.spi.DependencyTree.MinimalExtensionVisitor
 
start(ElementStartContext) - Method in class javax.ide.extension.spi.ExtensionVisitor.ClasspathsVisitor
 
start(ElementStartContext) - Method in class javax.ide.extension.spi.ExtensionVisitor.HooksVisitor
 
start(ElementStartContext) - Method in class javax.ide.extension.spi.ExtensionVisitor
 
start(ElementStartContext) - Method in class javax.ide.extension.spi.FeatureHook
Handle the start of an XML element.
start(ElementStartContext) - Method in class javax.ide.extension.spi.HookHandlerHook.HookHandlerVisitor
 
start(ElementStartContext) - Method in class javax.ide.extension.spi.HookHandlerHook
 
startElement(String, String, String, Attributes) - Method in class javax.ide.extension.spi.SAXManifestParser.Handler
 
startVisiting(Extension) - Method in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
string(ElementContext, String) - Method in class javax.ide.extension.spi.FeatureHook.CopyrightHandler
 
string(ElementContext, String) - Method in class javax.ide.extension.spi.FeatureHook.DescriptionHandler
 
string(ElementContext, String) - Method in class javax.ide.extension.spi.FeatureHook.IconPathHandler
 
string(ElementContext, String) - Method in class javax.ide.extension.spi.FeatureHook.LicenseHandler
 

T

TypeInfo - class javax.ide.extension.spi.TypeInfo.
Record of information identifying an object type.
TypeInfo() - Constructor for class javax.ide.extension.spi.TypeInfo
Constructor.
toString() - Method in class javax.ide.extension.spi.DefaultExtension
 
topologicalSort(DependencyTree.TopoSortState, Extension) - Method in class javax.ide.extension.spi.DependencyTree
Topologically sort the set of extensions in _sourcesByExtension based on their dependencies.

_

_attributes - Variable in class javax.ide.extension.spi.DefaultElementContext
 
_ceChildHandlers - Variable in class javax.ide.extension.spi.DefaultElementContext
 
_childHandlers - Variable in class javax.ide.extension.spi.DefaultElementContext
 
_classpath - Variable in class javax.ide.extension.spi.DefaultExtension
 
_classpathVisitor - Variable in class javax.ide.extension.spi.ExtensionVisitor
 
_classpathsVisitor - Variable in class javax.ide.extension.spi.ExtensionVisitor
 
_column - Variable in class javax.ide.extension.spi.LocatorImpl
 
_context - Variable in class javax.ide.extension.spi.SAXManifestParser
 
_contextMap - Variable in class javax.ide.extension.spi.DefaultElementContext
 
_copyright - Variable in class javax.ide.extension.spi.Feature
 
_copyrightHandler - Variable in class javax.ide.extension.spi.FeatureHook
 
_currentlyVisiting - Variable in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
_cycles - Variable in class javax.ide.extension.spi.DependencyTree
 
_dependencies - Variable in class javax.ide.extension.spi.DefaultExtension
 
_dependenciesVisitor - Variable in class javax.ide.extension.spi.DependencyTree.MinimalExtensionVisitor
 
_dependenciesVisitor - Variable in class javax.ide.extension.spi.ExtensionVisitor
 
_description - Variable in class javax.ide.extension.spi.Feature
 
_descriptionHandler - Variable in class javax.ide.extension.spi.FeatureHook
 
_edkVersion - Variable in class javax.ide.extension.spi.DefaultExtension
 
_elementPathStack - Variable in class javax.ide.extension.spi.DefaultElementContext
 
_elementText - Variable in class javax.ide.extension.spi.DefaultElementContext
 
_extensions - Variable in class javax.ide.extension.spi.ExtensionVisitor
 
_extensionsById - Variable in class javax.ide.extension.spi.DependencyTree
 
_factory - Variable in class javax.ide.extension.spi.HookHandlerHook
 
_featureMap - Variable in class javax.ide.extension.spi.FeatureHook
 
_features - Variable in class javax.ide.extension.spi.FeatureRegistry
 
_handler - Variable in class javax.ide.extension.spi.SAXManifestParser
 
_hookHandlerVisitor - Variable in class javax.ide.extension.spi.HookHandlerHook
 
_hookVisitorFactory - Variable in class javax.ide.extension.spi.ExtensionVisitor
 
_hookVisitors - Variable in class javax.ide.extension.spi.DefaultHookVisitorFactory
 
_hooksVisitor - Variable in class javax.ide.extension.spi.ExtensionVisitor
 
_iconPath - Variable in class javax.ide.extension.spi.Feature
 
_iconpathHandler - Variable in class javax.ide.extension.spi.FeatureHook
 
_id - Variable in class javax.ide.extension.spi.DefaultExtension
 
_id - Variable in class javax.ide.extension.spi.TypeInfo
 
_importVisitor - Variable in class javax.ide.extension.spi.DependenciesVisitor
 
_isOptional - Variable in class javax.ide.extension.spi.Feature
 
_jarURI - Variable in class javax.ide.extension.spi.JARExtensionSource
 
_license - Variable in class javax.ide.extension.spi.Feature
 
_licenseHandler - Variable in class javax.ide.extension.spi.FeatureHook
 
_line - Variable in class javax.ide.extension.spi.LocatorImpl
 
_list - Variable in class javax.ide.extension.spi.Stack
 
_listIterator - Variable in class javax.ide.extension.spi.Stack.ReverseListIterator
 
_listenerClass - Variable in class javax.ide.extension.spi.ListenerInfo
 
_locator - Variable in class javax.ide.extension.spi.SAXManifestParser
 
_logger - Variable in class javax.ide.extension.spi.DefaultElementContext
 
_manifestURI - Variable in class javax.ide.extension.spi.JARExtensionSource
 
_mapStack - Variable in class javax.ide.extension.spi.ScopedMap
 
_mclass - Variable in class javax.ide.extension.spi.TypeInfo
 
_name - Variable in class javax.ide.extension.spi.DefaultElementContext
 
_name - Variable in class javax.ide.extension.spi.DefaultExtension
 
_nameVisitor - Variable in class javax.ide.extension.spi.ExtensionVisitor
 
_optionalHandler - Variable in class javax.ide.extension.spi.FeatureHook
 
_owner - Variable in class javax.ide.extension.spi.DefaultExtension
 
_ownerVisitor - Variable in class javax.ide.extension.spi.ExtensionVisitor
 
_parser - Variable in class javax.ide.extension.spi.SAXManifestParser
 
_partOf - Variable in class javax.ide.extension.spi.Feature
 
_partOfHandler - Variable in class javax.ide.extension.spi.FeatureHook
 
_platformInfo - Variable in class javax.ide.extension.spi.DefaultExtension
 
_publicId - Variable in class javax.ide.extension.spi.LocatorImpl
 
_source - Variable in class javax.ide.extension.spi.DefaultExtension
 
_sourceID - Variable in class javax.ide.extension.spi.ListenerInfo
 
_sourcesByExtension - Variable in class javax.ide.extension.spi.DependencyTree.MinimalExtensionVisitor
 
_sourcesByExtension - Variable in class javax.ide.extension.spi.DependencyTree
 
_stateByExtension - Variable in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
_systemId - Variable in class javax.ide.extension.spi.LocatorImpl
 
_topoList - Variable in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
_topologicalExtensionList - Variable in class javax.ide.extension.spi.DependencyTree
 
_unsatisfied - Variable in class javax.ide.extension.spi.DependencyTree.TopoSortState
 
_unsatisfiedDependencies - Variable in class javax.ide.extension.spi.DependencyTree
 
_version - Variable in class javax.ide.extension.spi.DefaultExtension
 
_visitorFactories - Variable in class javax.ide.extension.spi.DefaultElementContext
 

A B C D E F G H I J K L M N O P R S T _