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 

I

incrementalDeploy(TargetModuleID, AppChangeDescriptor) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment
Before this method is called, the on-disk representation of TargetModuleID is updated.
incrementalDeploy(TargetModuleID, DeploymentContext) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment2
Incrementally deploy given module.
IncrementalDeployment - Class in org.netbeans.modules.j2ee.deployment.plugins.spi
This interface replaces DeploymentManager calls deploy and redeploy during directory-based deployment.
IncrementalDeployment() - Constructor for class org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment
 
IncrementalDeployment2 - Interface in org.netbeans.modules.j2ee.deployment.plugins.spi
Enhanced incremental deployment interface utilizing DeploymentContext to describe module deployment.
initialDeploy(Target, J2eeModule, ModuleConfiguration, File) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment
First time deployment file distribution.
initialDeploy(Target, DeploymentContext) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment2
Incrementally deploy given module.
instanceAdded(String) - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.InstanceListener
Server instance has been added.
InstanceCreationException - Exception in org.netbeans.modules.j2ee.deployment.plugins.api
 
InstanceCreationException(String) - Constructor for exception org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException
Creates a new instance of InstanceCreationException
InstanceListener - Interface in org.netbeans.modules.j2ee.deployment.devmodules.spi
Listen to server instances changes.
InstanceProperties - Class in org.netbeans.modules.j2ee.deployment.plugins.api
A way to ask the IDE to store customized information about a server instance and make it available to a plugin.
InstanceProperties() - Constructor for class org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties
 
instanceRemoved(String) - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.InstanceListener
Server instance has been removed.
InstanceRemovedException - Exception in org.netbeans.modules.j2ee.deployment.devmodules.api
Thrown when the instance of the server does not exist anymore.
InstanceRemovedException(Throwable) - Constructor for exception org.netbeans.modules.j2ee.deployment.devmodules.api.InstanceRemovedException
 
InstanceRemovedException(String, Throwable) - Constructor for exception org.netbeans.modules.j2ee.deployment.devmodules.api.InstanceRemovedException
 
InstanceRemovedException(String) - Constructor for exception org.netbeans.modules.j2ee.deployment.devmodules.api.InstanceRemovedException
 
isAboveOrEqual(Version) - Method in class org.netbeans.modules.j2ee.deployment.common.api.Version
 
isAlsoTargetServer(Target) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.StartServer
Returns true if the admin server is also the given target server (share the same vm).
isBelowOrEqual(Version) - Method in class org.netbeans.modules.j2ee.deployment.common.api.Version
 
isCancelSupported() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
isCommonUIRequired() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory
Returns true if the common UI (like the wizard in common add dialog) should be handled by insfrastructure of the j2eeserver.
isCommonUIRequired() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyOptionalFactory
 
isDatasourceCreationSupported() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.ConfigSupport
Tests whether data source creation is supported.
isDatasourceCreationSupported() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
Tests whether data source creation is supported.
isDebuggable(Target) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.StartServer
Returns true if the given target is in debug mode.
isDebuggingSupported() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance
Returns true when debugging is supported by the server.
isDeployOnSaveSupported(J2eeModule) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance
Returns true when the deploy on save is supported by the server for the given module.
isDeployOnSaveSupported() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance
Returns true when the deploy on save is supported by the server.
isDeployOnSaveSupported() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment
Returns true if deploy on save is supported, false otherwise.
isDescriptorRequired() - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.ConfigSupport
 
isDescriptorRequired() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.config.DeploymentDescriptorConfiguration
Returns true if the deployment descriptor is required by the server.
isEmpty() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.OldJSPDebug.JspSourceMapper
Returns whether the JSP page is empty
isExactMatch() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerLibraryDependency
Returns true if the exactly the same version are required by the dependency to match the library.
isJavaCodeInJspPage(int, int) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.OldJSPDebug.JspSourceMapper
Returns whether the giver Servlet line/column is a part of dynamic (Java) code in the JSP page
isLocal() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance.Descriptor
Returns true if the server is installed locally, false otherwise.
isLocal() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.ServerInstanceDescriptor
Returns true if the server is installed locally, false otherwise.
isManifestChanged(long) - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.api.ModuleChangeReporter
 
isOnlyCompileOnSaveEnabled() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
Allow J2EE module provider to indicate to server deployment infrastructure that only Compile on Save should be performed and not full Deploy on Save.
isProfilingSupported() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance
Returns true when profiling is supported by the server.
isProperJspFileName(String) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.spi.OldJSPDebug.JspSourceMapper
Returns whether the given name is a proper JSP file name
isReferencedLibrary() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.ArtifactListener.Artifact
 
isRelocatable() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.ArtifactListener.Artifact
 
isRunning(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment
Deprecated.
use getServerInstance(serverInstanceID).isRunning()
isRunning() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance
Returns true if this instance is running, false otherwise.
isRunning() - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.StartServer
Returns true if this admin server is running.
isRunning(Target) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.StartServer
Returns the running state of a specific target.
isServerResource() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.ArtifactListener.Artifact
 
isServerResourceChanged(long) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ResourceChangeReporter
Returns true if resource was changed.
isServerResourceChanged(long) - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.ResourceChangeReporterImplementation
Returns true if resource was changed.
isStopSupported() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
isToolSupported(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Deprecated.
J2eePlatform.getLookup() should be used to obtain tool specifics
isToolSupported(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.spi.J2eePlatformImpl
Deprecated.
J2eePlatformImpl.getLookup() should be used to obtain tool specifics
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