A B C D E F G H I J L M N O P R S T U V W X

G

getBuffer() - Method in class net.sf.javadocbuilder.BaseTemplate
 
getBuffer() - Method in interface net.sf.javadocbuilder.ITemplate
Gets the buffer with the contents of the template.
getBuilderConfiguration() - Method in class net.sf.javadocbuilder.ui.NewBuilderDialog
 
getBuilderName() - Static method in class net.sf.javadocbuilder.JavadocBuilderPlugin
Convenience method, alias for JavadocBuilderPlugin.ID +"."+Builder.ID
getBuildersNames() - Method in class net.sf.javadocbuilder.ui.JavadocBuilderPropertyPage
Gets a list of the visible names of the builders in the #commands vector.
getClassNameFilterPattern() - Method in class net.sf.javadocbuilder.BuilderConfiguration
 
getDefault() - Static method in class net.sf.javadocbuilder.doc.DocPlugin
Returns the shared instance.
getDefault() - Static method in class net.sf.javadocbuilder.JavadocBuilderPlugin
Returns the shared instance.
getDefault() - Static method in class net.sf.javadocbuilder.ui.UiPlugin
Returns the shared instance.
getDefault() - Static method in class net.sf.javadocbuilder.templatesources.workspace.WorkspacePlugin
Returns the shared instance.
getDefault() - Static method in class net.sf.javadocbuilder.templatesources.filesystem.FilesystemPlugin
Returns the shared instance.
getDefault() - Static method in class net.sf.javadocbuilder.templatesources.internal.InternaltemplatePlugin
Returns the shared instance.
getDescription() - Method in interface net.sf.javadocbuilder.ITemplateSource
A brief description of this template source.
getDescription() - Method in class net.sf.javadocbuilder.templatesources.workspace.WorkspaceTemplateSource
 
getDescription() - Method in class net.sf.javadocbuilder.templatesources.filesystem.FilesystemTemplateSource
 
getDescription() - Method in class net.sf.javadocbuilder.templatesources.internal.InternalTemplateSource
 
getId() - Method in class net.sf.javadocbuilder.BaseTemplate
 
getId() - Method in interface net.sf.javadocbuilder.ITemplate
Gets a string that uniquely identifies the template within a source
getId() - Method in interface net.sf.javadocbuilder.ITemplateSource
A string that uniquely identifies the extension (suggested plugin id).
getId() - Method in class net.sf.javadocbuilder.templatesources.workspace.WorkspaceTemplateSource
 
getId() - Method in class net.sf.javadocbuilder.templatesources.filesystem.FilesystemTemplate
 
getId() - Method in class net.sf.javadocbuilder.templatesources.filesystem.FilesystemTemplateSource
 
getId() - Method in class net.sf.javadocbuilder.templatesources.internal.InternalTemplate
 
getId() - Method in class net.sf.javadocbuilder.templatesources.internal.InternalTemplateSource
 
getJavaSourceFor(IResource) - Method in class net.sf.javadocbuilder.Builder
Gets the JavaSource for a given IResource or null if not found.
getKeys() - Method in interface net.sf.javadocbuilder.IContextFiller
 
getName() - Method in class net.sf.javadocbuilder.BaseTemplate
 
getName() - Method in interface net.sf.javadocbuilder.ITemplate
Gets the name of the template.
getName() - Method in interface net.sf.javadocbuilder.ITemplateSource
Gets the visible name of the template source
getName() - Method in class net.sf.javadocbuilder.templatesources.workspace.WorkspaceTemplateSource
 
getName() - Method in class net.sf.javadocbuilder.templatesources.filesystem.FilesystemTemplate
 
getName() - Method in class net.sf.javadocbuilder.templatesources.filesystem.FilesystemTemplateSource
 
getName() - Method in class net.sf.javadocbuilder.templatesources.internal.InternalTemplate
 
getName() - Method in class net.sf.javadocbuilder.templatesources.internal.InternalTemplateSource
 
getObjectFor(String) - Method in interface net.sf.javadocbuilder.IContextFiller
 
getObjectName(String) - Static method in class net.sf.javadocbuilder.JavaHelper
Returns the same String with the first block of upper characters in lower characters.
getOutDir() - Method in class net.sf.javadocbuilder.BuilderConfiguration
Returns the output directory.
getOutPattern() - Method in class net.sf.javadocbuilder.BuilderConfiguration
 
getOutputFilenameFor(JavaSource) - Method in class net.sf.javadocbuilder.Builder
gets the output filename for the given java source.
getOutputIFile(String) - Method in class net.sf.javadocbuilder.Builder
Gets the IFile for the filename
getOutputPattern() - Method in class net.sf.javadocbuilder.BaseTemplate
 
getOutputPattern() - Method in interface net.sf.javadocbuilder.ITemplate
Gets the template desired/suggested output pattern.
getProject() - Method in class net.sf.javadocbuilder.ui.JavadocBuilderPropertyPage
Gets the project we are dealing with.
getResourceBundle() - Method in class net.sf.javadocbuilder.doc.DocPlugin
Returns the plugin's resource bundle,
getResourceBundle() - Method in class net.sf.javadocbuilder.JavadocBuilderPlugin
Returns the plugin's resource bundle,
getResourceBundle() - Method in class net.sf.javadocbuilder.ui.UiPlugin
Returns the plugin's resource bundle,
getResourceBundle() - Method in class net.sf.javadocbuilder.templatesources.workspace.WorkspacePlugin
Returns the plugin's resource bundle,
getResourceBundle() - Method in class net.sf.javadocbuilder.templatesources.filesystem.FilesystemPlugin
Returns the plugin's resource bundle,
getResourceBundle() - Method in class net.sf.javadocbuilder.templatesources.internal.InternaltemplatePlugin
Returns the plugin's resource bundle,
getResourceString(String) - Static method in class net.sf.javadocbuilder.doc.DocPlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getResourceString(String) - Static method in class net.sf.javadocbuilder.JavadocBuilderPlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getResourceString(String) - Static method in class net.sf.javadocbuilder.ui.UiPlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getResourceString(String) - Static method in class net.sf.javadocbuilder.templatesources.workspace.WorkspacePlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getResourceString(String) - Static method in class net.sf.javadocbuilder.templatesources.filesystem.FilesystemPlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getResourceString(String) - Static method in class net.sf.javadocbuilder.templatesources.internal.InternaltemplatePlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getSourceDirectories() - Method in class net.sf.javadocbuilder.BuilderConfiguration
 
getSourceDirectoriesString() - Method in class net.sf.javadocbuilder.BuilderConfiguration
Gets a comma separated string with source directories
getTagFilterName() - Method in class net.sf.javadocbuilder.BuilderConfiguration
 
getTemplateBuffer() - Method in class net.sf.javadocbuilder.BuilderConfiguration
Gets a byte[] with selected template contents
getTemplateById(String) - Method in interface net.sf.javadocbuilder.ITemplateSource
Gets the first template identified by the given name.
getTemplateById(String) - Method in class net.sf.javadocbuilder.templatesources.workspace.WorkspaceTemplateSource
 
getTemplateById(String) - Method in class net.sf.javadocbuilder.templatesources.filesystem.FilesystemTemplateSource
 
getTemplateById(String) - Method in class net.sf.javadocbuilder.templatesources.internal.InternalTemplateSource
 
getTemplateId() - Method in class net.sf.javadocbuilder.BuilderConfiguration
 
getTemplateInputStream() - Method in class net.sf.javadocbuilder.Builder
gets an inputString with the configured template name.
getTemplates() - Method in interface net.sf.javadocbuilder.ITemplateSource
Gets an array of all templates available at the template source.
getTemplates() - Method in class net.sf.javadocbuilder.ui.JavadocBuilderPropertyPage
Get the list of available templates.
getTemplates() - Method in class net.sf.javadocbuilder.templatesources.workspace.WorkspaceTemplateSource
 
getTemplates() - Method in class net.sf.javadocbuilder.templatesources.filesystem.FilesystemTemplateSource
 
getTemplates() - Method in class net.sf.javadocbuilder.templatesources.internal.InternalTemplateSource
 
getTemplatesDirectory() - Method in class net.sf.javadocbuilder.templatesources.internal.InternalTemplateSource
Gets the directory inside plugin installation that containts the templates
getTemplateSource() - Method in class net.sf.javadocbuilder.BuilderConfiguration
 
getTemplateSource(IConfigurationElement) - Method in class net.sf.javadocbuilder.extensions.Manager.TemplateSourceCallback
 
getTemplateSources() - Method in class net.sf.javadocbuilder.extensions.Manager
Gets all implementations of ITemplateSource.

A B C D E F G H I J L M N O P R S T U V W X