Skip navigation links
org.netbeans.modules.j2eeserver/4 1.135.0 1
A B C D E F G H I J K L M N O P R S T U V W 

G

getAddInstanceIterator() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory
Create the wizard iterator to be used in the Add Server Instance wizard
getAddInstanceIterator() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory
 
getAntDeploymentProvider(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory
Creates an Ant deployment provider for the specified deployment manager.
getAntDeploymentProvider(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory
 
getArchive() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
Returns the archive file for the module of null if the archive file does not exist (for example, has not been compiled yet).
getArchive() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleBase
Returns the archive file for the module of null if the archive file does not exist (for example, has not been compiled yet).
getArchiveContents() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
Returns the contents of the archive, in copyable form.
getArchiveContents() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleBase
Returns the contents of the archive, in copyable form.
getChangedEjbs() - Method in interface org.netbeans.modules.j2ee.deployment.common.api.EjbChangeDescriptor
 
getChangedEjbs() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.DeploymentChangeDescriptor
getChangedFiles() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.DeploymentChangeDescriptor
Returns distribution relative paths of changed files.
getChangedFiles() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.api.ModuleChangeDescriptor
Returns distribution relative paths of changed files.
getChanges() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.DeploymentContext
 
getChildModuleProvider(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeApplicationProvider
Returns the provider for the child module specified by given URI.
getChildModuleProviders() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeApplicationProvider
Returns list of providers of every child J2EE module of this J2EE app.
getClasspathEntries() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Return classpath entries.
getClasspathEntries(Set<ServerLibraryDependency>) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
 
getClientConfiguration(TargetModuleID) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
getCommonInstance(String) - Static method in class org.netbeans.modules.j2ee.deployment.plugins.api.CommonServerBridge
Returns the ServerInstance corresponding to the server instance identified by the given url.
getConfigSupport() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
 
getConfigurationFiles() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
Returns all configuration files known to this J2EE Module.
getConfigurationFiles(boolean) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
 
getContentDirectory() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
This call is used in in-place deployment.
getContentDirectory() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleBase
This call is used in in-place deployment.
getContentRelativePath(String) - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.ConfigSupport
Return relative path within the archive or distribution content for the given server specific deployment descriptor file.
getContextName() - Method in class org.netbeans.modules.j2ee.deployment.common.api.SourceFileMap
Return context name, typically the J2EE module project name.
getContextRoot() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.config.ContextRootConfiguration
Return the web module context root.
getCustomizer(String) - Method in class org.netbeans.modules.j2ee.deployment.common.api.J2eeLibraryTypeProvider
Currently returns null.
getDatasourceManager(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory
Creates a DatasourceManager for the given deployment manager or null if data source management is not supported
getDatasourceManager(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory
 
getDatasources() - Method in exception org.netbeans.modules.j2ee.deployment.common.api.DatasourceAlreadyExistsException
Returns list of conflicting data sources
getDatasources() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.ConfigSupport
Gets the data sources saved in the module.
getDatasources() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.config.DatasourceConfiguration
Returns the data sources defined in the module.
getDatasources() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.DatasourceManager
Retrieves the data sources deployed on the server
getDebugInfo(Target) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.StartServer
Returns the host/port necessary for connecting to the server's debug information.
getDefault() - Static method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
 
getDefaultServerInstanceID() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
Deprecated.
this API is broken by design - the client should choose the instance by usage Deployment.getServerInstanceIDs() and selection of appropriate server instance. Method will be removed in near future. See issue 83934.
getDeployableDependencies(Set<ServerLibraryDependency>) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance.LibraryManager
 
getDeployableDependencies(Set<ServerLibraryDependency>) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryManager
 
getDeployableLibraries() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance.LibraryManager
Returns the set of libraries the server has access to and can be deployed on request (by call to ServerInstance.LibraryManager.deployLibraries(java.util.Set).
getDeployableLibraries() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryManager
Returns the set of libraries the server has access to and can be deployed on request (by call to ServerInstance.LibraryManager.deployLibraries(java.util.Set).
getDeployedLibraries() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance.LibraryManager
Returns the set of libraries already deployed to the server.
getDeployedLibraries() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryManager
Returns the set of libraries already deployed to the server.
getDeploymentConfigurationFile(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
Returns source deployment configuration file path for the given deployment configuration file path name, for example (but not only) WEB-INF/sun-web.xml or META-INF/context.xml.
getDeploymentConfigurationFile(String) - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleBase
Returns source deployment configuration file path for the given deployment configuration file name.
getDeploymentConfigurationFileNames() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.ConfigSupport
Return a list of file names for current server specific deployment descriptor used in this module.
getDeploymentManager() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties
Deprecated.
without replacement - this method should not be used as there is no api use case for it
getDeploymentManager(String, String, String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyDeploymentFactory
 
getDeploymentName() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
Return name to be used in deployment of the module.
getDeploymentPlan() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.DeploymentContext
 
getDeploymentPropertiesFile(String) - Static method in class org.netbeans.modules.j2ee.deployment.devmodules.api.AntDeploymentHelper
Returns the server instance specific deployment properties file used by the deployment build script generated by the AntDeploymentHelper.writeDeploymentScript(File,Object,String).
getDeploymentPropertiesFile() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.AntDeploymentProvider
Return the server instance specific deployment properties file used by the deployment build script generated by the AntDeploymentProvider.writeDeploymentScript(OutputStream,Object).
getDeploymentStatus() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
getDeployOnSaveClassInterceptor() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
 
getDeployOnSaveSupport() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
 
getDescriptor() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance
Returns descriptor providing extra information about the instance.
getDirectoryForModule(TargetModuleID) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment
Return absolute path to which the IDE will write the content changes of specified module.
getDirectoryForNewApplication(Target, J2eeModule, ModuleConfiguration) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment
Return absolute path which the IDE will write the specified app or stand-alone module content to.
getDirectoryForNewApplication(String, Target, ModuleConfiguration) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment
Return absolute path the IDE will write the app or stand-alone module content to.
getDirectoryForNewModule(File, String, J2eeModule, ModuleConfiguration) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment
Return absolute path to which the IDE will write the specified module content.
getDisconnectedDeploymentManager(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyDeploymentFactory
 
getDisplayName() - Method in interface org.netbeans.modules.j2ee.deployment.common.api.Datasource
Returns the data source display name
getDisplayName() - Method in class org.netbeans.modules.j2ee.deployment.common.api.J2eeLibraryTypeProvider
Returns the UI name of the LibraryType.
getDisplayName() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Return platform's display name.
getDisplayName() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance
Returns the display name of this instance.
getDisplayName() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Return platform's display name.
getDisplayName() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyDeploymentFactory
 
getDistributionPath(FileObject) - Method in class org.netbeans.modules.j2ee.deployment.common.api.SourceFileMap
Returns the relative path in distribution of the given concrete source file.
getDistributionPath() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.ArtifactListener.Artifact
 
getDomainHome() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Returns the domain directory or null if not specified or unknown.
getDomainHome() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl2
Returns the domain directory or null if not specified or unknown.
getDriverClassName() - Method in interface org.netbeans.modules.j2ee.deployment.common.api.Datasource
Returns the fully qualified name of the database driver class
getEjbChanges(long) - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.api.ModuleChangeReporter
 
getEjbName() - Method in interface org.netbeans.modules.j2ee.deployment.common.api.OriginalCMPMapping
 
getEnterpriseResourceDir() - Method in class org.netbeans.modules.j2ee.deployment.common.api.SourceFileMap
Returns directory paths to repository of enterprise resource definition files.
getEnterpriseResourceDirs() - Method in class org.netbeans.modules.j2ee.deployment.common.api.SourceFileMap
Returns directory paths to repository of enterprise resource definition files.
getEnv() - Method in class org.netbeans.modules.j2ee.deployment.profiler.api.ProfilerServerSettings
Deprecated.
Gets extra variables that will be set for profiled server environment.
getFieldColumn(String) - Method in interface org.netbeans.modules.j2ee.deployment.common.api.OriginalCMPMapping
 
getFile() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.ArtifactListener.Artifact
 
getFileNames() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.OldJSPDebug.JspSourceMapper
 
getFileObject() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule.RootedEntry
 
getFindJSPServlet(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory
Create FindJSPServlet for given DeploymentManager.
getFindJSPServlet(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory
 
getHost() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerDebugInfo
Getter for property host.
getHostname() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance.Descriptor
Returns the hostname of the server.
getHostname() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.ServerInstanceDescriptor
Returns the hostname of the server.
getHttpPort() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance.Descriptor
Returns the HTTP port of the server.
getHttpPort() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.ServerInstanceDescriptor
Returns the HTTP port of the server.
getIcon() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Return platform's icon.
getIcon(UISupport.ServerIcon) - Static method in class org.netbeans.modules.j2ee.deployment.plugins.api.UISupport
Returns the specified icon.
getIcon() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Return an icon describing the platform.
getImplementationTitle() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerLibrary
Returns the implementation title of the library.
getImplementationTitle() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryImplementation
Returns the implementation title of the library.
getImplementationVersion() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerLibrary
Returns the implementation version of the library.
getImplementationVersion() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerLibraryDependency
Returns the implementation version.
getImplementationVersion() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryImplementation
Returns the implementation version of the library.
getIncrementalDeployment(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory
Create IncrementalDeployment for given DeploymentManager.
getIncrementalDeployment(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory
 
getIncrementalDeploymentForModule(IncrementalDeployment, J2eeModule) - Static method in class org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment
 
getInstanceList() - Static method in class org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties
Returns list of URL strings of all registered instances
getInstanceProperties() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
Return InstanceProperties of the server instance
getInstanceProperties(String) - Static method in class org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties
Returns instance properties for the server instance.
getInstancesOfServer(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
 
getJ2eeModule() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
 
getJ2eeModule(FileObject) - Static method in class org.netbeans.modules.j2ee.deployment.plugins.api.FileJ2eeModuleQuery
Finds a J2EE module which owns the specified file.
getJ2eeModule() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.config.ModuleConfiguration
Returns a J2EE module associated with this ModuleConfiguration instance.
getJ2eePlatform(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
Deprecated.
use getServerInstance(serverInstanceID).getJ2eePlatform()
getJ2eePlatform() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance
Returns the platform for this instance.
getJ2eePlatformImpl(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformFactory
Return J2eePlatformImpl for the given DeploymentManager.
getJavaLineType(int, int) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.OldJSPDebug.JspSourceMapper
Returns the type of the generated Servlet line/column
getJavaPlatform() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Return server J2SE platform or null if the platform is unknown, not registered in the IDE.
getJavaPlatform() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Return server J2SE platform or null if the platform is unknown, not registered in the IDE.
getJavaPlatform() - Method in class org.netbeans.modules.j2ee.deployment.profiler.api.ProfilerServerSettings
Deprecated.
Gets the Java platform that will be used for starting the profiled server.
getJDBCDriverDeployer(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory
Creates a JDBC driver deployer for the specified deployment manager.
getJDBCDriverDeployer(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory
 
getJndiName() - Method in interface org.netbeans.modules.j2ee.deployment.common.api.Datasource
Returns the JNDI name
getJspFileName(int, int) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.OldJSPDebug.JspSourceMapper
Returns the JSP file name for the given line/column in the generated Servlet
getJvmArgs() - Method in class org.netbeans.modules.j2ee.deployment.profiler.api.ProfilerServerSettings
Deprecated.
Gets the extra arguments that will be used for starting the profiled server.
getLibraries() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.ConfigSupport
Returns the server library dependencies the enterprise module needs to work properly.
getLibraries() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.config.ServerLibraryConfiguration
Returns the server library dependencies the enterprise module needs to work properly.
getLibraries() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Return platform's libraries.
getLibraries(Set<ServerLibraryDependency>) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Return platform's libraries including the libraries required by passed dependencies.
getLibraryManager() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance
Returns manager providing the access to server libraries.
getLibraryType() - Method in class org.netbeans.modules.j2ee.deployment.common.api.J2eeLibraryTypeProvider
Get a j2ee library type identifier.
getLookup() - Method in class org.netbeans.modules.j2ee.deployment.common.api.J2eeLibraryTypeProvider
Returns empty lookup.
getLookup() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Lookup providing a way to find non mandatory technologies supported by the platform.
getLookup() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.config.ModuleConfiguration
Returns lookup associated with the object.
getLookup() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Lookup providing a way to find non mandatory technologies supported by the platform.
getLookupKeys() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.TargetModuleIDResolver
 
getMajor() - Method in class org.netbeans.modules.j2ee.deployment.common.api.Version
Returns the major number.
getManagerNode(Lookup) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.RegistryNodeFactory
Deprecated.
Return node representing the admin server.
getMessageDestinationDeployment(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory
Creates a MessageDestinationDeployment for the given deployment manager or null if message destination deployment is not supported
getMessageDestinationDeployment(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory
 
getMessageDestinations() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.ConfigSupport
Retrieves message destinations stored in the module.
getMessageDestinations() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.config.MessageDestinationConfiguration
Retrieves message destinations stored in the module.
getMessageDestinations() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.MessageDestinationDeployment
Retrieves message destinations configured on the target server instance.
getMetadataModel(Class<T>) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
Returns a metadata model of a deployment descriptor specified by the type parameter.
getMetadataModel(Class<T>) - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleBase
Returns a metadata model of a deployment descriptor specified by the type parameter.
getMicro() - Method in class org.netbeans.modules.j2ee.deployment.common.api.Version
Returns the micro number.
getMiddlewareHome() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Returns the middleware directory or null if not specified or unknown.
getMiddlewareHome() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl2
Returns the middleware directory or null if not specified or unknown.
getMinor() - Method in class org.netbeans.modules.j2ee.deployment.common.api.Version
Returns the minor number.
getMissingDependencies(Set<ServerLibraryDependency>) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance.LibraryManager
 
getMissingDependencies(Set<ServerLibraryDependency>) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryManager
 
getMissingLibraries() - Method in exception org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryManager.MissingLibrariesException
 
getModule() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.DeploymentContext
 
getModuleChangeReporter() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
 
getModuleDatasources() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeApplicationProvider
Overrides the J2eeModuleProvider's implementation so that the data sources from the child modules are returned
getModuleDatasources() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
getModuleFile() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.DeploymentContext
 
getModules() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeApplication
Returns a list of all the J2EEModules which this J2eeApplication contains.
getModules() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeApplicationImplementation
Deprecated.
Returns a list of all the J2EEModules which this J2eeApplication contains.
getModules() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeApplicationImplementation2
Returns a list of all the J2EEModules which this J2eeApplication contains.
getModuleType() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
Deprecated.
getModuleType() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleImplementation
Deprecated.
Returns module type.
getModuleType() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleImplementation2
Returns module type.
getModuleUrl(TargetModuleID) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment
Get the URI pointing to location of child module inside a application archive.
getModuleVersion() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
Returns a Java/Jakarta EE module specification version, version of a web application for example.
getModuleVersion() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleBase
Returns a Java EE module specification version, version of a web application for example.
getName() - Method in interface org.netbeans.modules.j2ee.deployment.common.api.MessageDestination
Returns the name
getName() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerLibrary
Returns the library name.
getName() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerLibraryDependency
Returns the name of the required library.
getName() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryImplementation
Returns the library name.
getPassword() - Method in interface org.netbeans.modules.j2ee.deployment.common.api.Datasource
Returns the password
getPlatformRoots() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
getPlatformRoots() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Return platform's root directories.
getPort() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerDebugInfo
Getter for property port.
getPrimaryJspFileName() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.OldJSPDebug.JspSourceMapper
Get the value of primaryJspFileName.
getProductVersion() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyDeploymentFactory
 
getProperty(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties
Get instance property
getQualifier() - Method in class org.netbeans.modules.j2ee.deployment.common.api.Version
Returns the qualifier.
getRelationshipColumn(String) - Method in interface org.netbeans.modules.j2ee.deployment.common.api.OriginalCMPMapping
Obtain the foreign key columns used to express a 1:N relationship.
getRelationshipJoinTable(String) - Method in interface org.netbeans.modules.j2ee.deployment.common.api.OriginalCMPMapping
Obtain the name of the join table a cmr field is based on.
getRelativePath() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule.RootedEntry
 
getRelocation() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.ArtifactListener.Artifact
 
getRemovedFiles() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.DeploymentChangeDescriptor
Returns distribution relative paths of deleted files.
getRemovedFiles() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.api.ModuleChangeDescriptor
Returns distribution relative paths of deleted files.
getRequiredLibraries() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
 
getRequiredLibraries() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.DeploymentContext
Array of jar files which this EE module depends on and which has to be deployed with the module.
getResourceChangeReporter() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
Return the class reporting any possible change in resources intended to be deployed on server.
getResourceDirectory() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
Returns the module resource directory or null if the module has no resource directory.
getResourceDirectory() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleBase
Returns the module resource directory, or null if the module has no resource directory.
getResultTargetModuleIDs() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
getSchema() - Method in interface org.netbeans.modules.j2ee.deployment.common.api.OriginalCMPMapping
 
getServerDatasources() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
Gets the data sources deployed on the target server instance.
getServerDebugInfo() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
Return server debug info.
getServerDisplayName(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
Returns the display name of the server with given id.
getServerDisplayName() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance
Returns the display name of the server.
getServerHome() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Returns the server installation directory or null if not specified or unknown.
getServerHome() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl2
Returns the server installation directory or null if not specified or unknown.
getServerID(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
Deprecated.
use getServerInstance(serverInstanceID).getServerID()
getServerID() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance
Returns the ID of the server associated with this instance.
getServerID() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
This method is used to determin type of target server.
getServerIDs() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
 
getServerInstance(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
Returns the server instance allowing client to query its properties and/or status.
getServerInstanceDescriptor(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory
Creates a ServerInstanceDescriptor for the given deployment manager or null if descriptor is not supported.
getServerInstanceDescriptor(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory
 
getServerInstanceDisplayName(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
Deprecated.
use getServerInstance(serverInstanceID).getDisplayName()
getServerInstanceID() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
Id of server instance for deployment or null if the module has no server instance set.
getServerInstanceIDs() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
 
getServerInstanceIDs(Object[]) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
getServerInstanceIDs(Collection<J2eeModule.Type>) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
Return ServerInstanceIDs of all registered server instances that support specified module types.
getServerInstanceIDs(Object[], String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
Deprecated.
use #getServerInstanceIDs(java.util.Collection, org.netbeans.modules.j2ee.deployment.devmodules.api.Profile)
getServerInstanceIDs(Collection<J2eeModule.Type>, Profile) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
Return ServerInstanceIDs of all registered server instances that support specified module types and profile.
getServerInstanceIDs(Object[], String, String[]) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
Deprecated.
use #getServerInstanceIDs(java.util.Collection, org.netbeans.modules.j2ee.deployment.capabilities.Profile, java.lang.String[])
getServerInstanceIDs(Collection<J2eeModule.Type>, Profile, String[]) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
Return ServerInstanceIDs of all registered server instances that support specified module types, profile and tools.
getServerIO(String) - Static method in class org.netbeans.modules.j2ee.deployment.plugins.api.UISupport
Get a named instance of InputOutput, which represents an output tab in the output window.
getServerLibraryManager(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory
Return the manager handling the server libraries.
getServerLibraryManager(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory
 
getServerMessageDestinations() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.ConfigSupport
Retrieves message destinations configured on the target server instance.
getServletBasePackageName() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.JSPServletFinder
 
getServletBasePackageName(String) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.FindJSPServlet2
Returns the package name of compiled JSPs.
getServletEncoding(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.JSPServletFinder
 
getServletEncoding(String, String) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.FindJSPServlet
Returns the encoding of the generated servlet file.
getServletResourcePath(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.JSPServletFinder
 
getServletResourcePath(String, String) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.FindJSPServlet
Returns the resource path of the servlet generated for a particular JSP, relatively to the main temporary directory.
getServletSourcePath(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.JSPServletFinder
 
getServletSourcePath(String, String) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.FindJSPServlet2
Returns the relative source of the JSP reported in class file.
getServletTempDirectory() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.JSPServletFinder
 
getServletTempDirectory(String) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.FindJSPServlet
Returns the temporary directory where the server writes servlets generated from JSPs.
getSettings(String) - Method in interface org.netbeans.modules.j2ee.deployment.profiler.spi.Profiler
Deprecated. 
getSettings(String, boolean) - Method in interface org.netbeans.modules.j2ee.deployment.profiler.spi.Profiler
Deprecated. 
getShmemName() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerDebugInfo
Getter for property shmemName.
getSourceFileMap() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
Return destination path-to-source file mappings.
getSourceMapper(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.JSPServletFinder
 
getSourceMapper(TargetModuleID, String) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.OldJSPDebug
Creates a servlet <-> JSP mapping for a given JSP.
getSourceRoots() - Method in class org.netbeans.modules.j2ee.deployment.common.api.SourceFileMap
Return source roots this file mapping is operate on.
getSourceRoots() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
Returns list of root directories for source files including configuration files.
getSpecificationTitle() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerLibrary
Returns the specification title of the library.
getSpecificationTitle() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryImplementation
Returns the specification title of the library.
getSpecificationVersion() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerLibrary
Returns the specification version of the library.
getSpecificationVersion() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerLibraryDependency
Returns the specification version.
getSpecificationVersion() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryImplementation
Returns the specification version of the library.
getStartServer(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory
Create StartServer for given DeploymentManager.
getStartServer(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory
 
getState() - Static method in class org.netbeans.modules.j2ee.deployment.profiler.api.ProfilerSupport
Returns the current state of a Profiler registered into Lookup.
getState() - Method in interface org.netbeans.modules.j2ee.deployment.profiler.spi.Profiler
Returns state of Profiler agent instance started from the IDE.
getSupportedJavaPlatformVersions() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Return a set of J2SE platform versions this J2EE platform can run with.
getSupportedJavaPlatformVersions() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Return a set of J2SE platform versions this J2EE platform can run with.
getSupportedModuleTypes() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
getSupportedModuleTypes() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
getSupportedProfiles() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Returns the set of supported profiles (terminology of Java EE 6).
getSupportedProfiles(J2eeModule.Type) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Returns the set of supported profiles (terminology of Java EE 6) for the given module type (one of J2eeModule.Type.EAR, J2eeModule.Type.EJB, J2eeModule.Type.WAR, J2eeModule.Type.RAR and J2eeModule.Type.CAR).
getSupportedProfiles() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Returns a set of supported profiles.
getSupportedProfiles(J2eeModule.Type) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Returns a set of supported profiles for the given module type (one of J2eeModule.EAR, J2eeModule.EJB, J2eeModule.WAR, J2eeModule.Type.RAR and J2eeModule.Type.CAR).
getSupportedSpecVersions() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
getSupportedSpecVersions(Object) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Deprecated.
use #getSupportedProfiles(Type)
getSupportedSpecVersions() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Deprecated.
override J2eePlatformImpl.getSupportedProfiles() and #getSupportedProfiles(Type)
getSupportedSpecVersions(Object) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Deprecated.
override J2eePlatformImpl.getSupportedProfiles() and #getSupportedProfiles(Type)
getSupportedTypes() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Return a list of supported module types.
getSupportedTypes() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
 
getSupportedVolumeTypes() - Method in class org.netbeans.modules.j2ee.deployment.common.api.J2eeLibraryTypeProvider
Return supported volume types: classpath, javadoc, src.
getTableName() - Method in interface org.netbeans.modules.j2ee.deployment.common.api.OriginalCMPMapping
 
getTargetModuleIDResolver(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory
Create TargetModuleIDResolver for the given DeploymentManager.
getTargetModuleIDResolver(DeploymentManager) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory
 
getTargetNode(Lookup) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.RegistryNodeFactory
Deprecated.
Provide node representing Deployment API Target object.
getToolClasspathEntries(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Return classpath for the specified tool.
getToolClasspathEntries(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Return classpath for the specified tool.
getToolProperty(String, String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Deprecated.
J2eePlatform.getLookup() should be used to obtain tool specifics
getToolProperty(String, String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Deprecated.
J2eePlatformImpl.getLookup() should be used to obtain tool specifics
getTransport() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerDebugInfo
Getter for property transport.
getType() - Method in interface org.netbeans.modules.j2ee.deployment.common.api.MessageDestination
Returns the type
getType() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
Returns module type.
getUpdate() - Method in class org.netbeans.modules.j2ee.deployment.common.api.Version
Returns the update.
getUrl() - Method in interface org.netbeans.modules.j2ee.deployment.common.api.Datasource
Returns the database URL
getUrl() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
Returns the location of the module within the application archive.
getUrl() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleBase
Returns the location of the module within the application archive.
getUsername() - Method in interface org.netbeans.modules.j2ee.deployment.common.api.Datasource
Returns the database user
getWebContextRoot() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.ConfigSupport
Get web module context root.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links
org.netbeans.modules.j2eeserver/4 1.135.0 1