Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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

I

IApplicationClientModule - Interface in org.eclipse.jst.server.core
A J2EE application client module.
IConnectorModule - Interface in org.eclipse.jst.server.core
A J2EE connector module.
IEJBModule - Interface in org.eclipse.jst.server.core
A representation of a J2EE EJB module.
IEnterpriseApplication - Interface in org.eclipse.jst.server.core
A representation of a J2EE enterprise application (EAR file).
IJ2EEModule - Interface in org.eclipse.jst.server.core
A J2EE module that can be deployed to a server.
IJavaRuntime - Interface in org.eclipse.jst.server.core
An interface for a server that contains a Java runtime.
IJavaRuntimeWorkingCopy - Interface in org.eclipse.jst.server.core
An interface for a server that contains a Java runtime.
IModule - Interface in org.eclipse.wst.server.core
A module is a unit of "content" that can be published to a server.
IModuleArtifact - Interface in org.eclipse.wst.server.core
A module artifact is a resource within a module, which can be launched on the server.
IModuleFile - Interface in org.eclipse.wst.server.core.model
A file within a module.
IModuleFolder - Interface in org.eclipse.wst.server.core.model
A folder within a module.
IModuleResource - Interface in org.eclipse.wst.server.core.model
A resource (file or folder) within a module.
IModuleResourceDelta - Interface in org.eclipse.wst.server.core.model
A module resource delta.
IModuleType - Interface in org.eclipse.wst.server.core
Represents the type of a module.
importConfiguration(IRuntime, IProgressMonitor) - Method in class org.eclipse.wst.server.core.model. ServerDelegate
Deprecated. should use importRuntimeConfiguration (which can throw a CoreException) instead
importRuntimeConfiguration(IRuntime, IProgressMonitor) - Method in class org.eclipse.wst.server.core.model. ServerDelegate
This method is called to import the server configuration from the given runtime.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.wst.server.ui.editor. ServerEditorPart
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.wst.server.ui.editor. ServerEditorSection
Initialize the section.
initialize(String) - Method in class org.eclipse.jst.server.core. RuntimeClasspathProviderDelegate
Initializes this classpath provider with its life-long id.
initialize(IModule) - Method in class org.eclipse.wst.server.core.model. ModuleDelegate
Initializes this module delegate with its life-long module instance.
initialize() - Method in class org.eclipse.wst.server.core.model. ModuleDelegate
Initializes this module delegate.
initialize() - Method in class org.eclipse.wst.server.core.model. ModuleFactoryDelegate
Initializes this module factory delegate.
initialize(IRuntimeTargetHandler) - Method in class org.eclipse.wst.server.core.model. RuntimeTargetHandlerDelegate
Deprecated. Initializes the runtime target handler.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.wst.server.ui. ServerLaunchConfigurationTab
 
initializeModuleFactoryDelegate(ModuleFactoryDelegate, ModuleFactory, IProgressMonitor) - Static method in class org.eclipse.wst.server.core.model. InternalInitializer
Internal method - do not call.
initializeRuntimeDelegate(RuntimeDelegate, Runtime, IProgressMonitor) - Static method in class org.eclipse.wst.server.core.model. InternalInitializer
Internal method - do not call.
initializeServerBehaviourDelegate(ServerBehaviourDelegate, Server, IProgressMonitor) - Static method in class org.eclipse.wst.server.core.model. InternalInitializer
Internal method - do not call.
initializeServerDelegate(ServerDelegate, Server, IProgressMonitor) - Static method in class org.eclipse.wst.server.core.model. InternalInitializer
Internal method - do not call.
insertSections(Composite, String) - Method in class org.eclipse.wst.server.ui.editor. ServerEditorPart
Inserts editor sections into the given composite.
InternalInitializer - Class in org.eclipse.wst.server.core.model
This is an internal utility class that is used by the server framework.
InternalInitializer() - Constructor for class org.eclipse.wst.server.core.model. InternalInitializer
 
IProjectProperties - Interface in org.eclipse.wst.server.core
Deprecated. Project facet support should now be used instead of this API. @see org.eclipse.wst.common.project.facet.core.IFacetedProject#getRuntime()
IPublishListener - Interface in org.eclipse.wst.server.core
A publish listener is used to listen for publishing events from a server.
IRuntime - Interface in org.eclipse.wst.server.core
Represents a runtime instance.
IRuntimeLifecycleListener - Interface in org.eclipse.wst.server.core
Listener interface for changes to runtimes.
IRuntimeTargetHandler - Interface in org.eclipse.wst.server.core
Deprecated. use project facets instead of runtime targets
IRuntimeType - Interface in org.eclipse.wst.server.core
Represents a (server) runtime type from which runtime instances can be created.
IRuntimeWorkingCopy - Interface in org.eclipse.wst.server.core
A working copy runtime object used for formulating changes to a runtime instance ( IRuntime).
isAdvanced() - Method in class org.eclipse.wst.server.core. ServerPort
Returns true if this port is an "advanced" port and should not be shown to novice users.
isAutoPublishing() - Static method in class org.eclipse.wst.server.core. ServerCore
Returns true if the preference is set to automatically publish when starting servers, or false otherwise
isBinary() - Method in interface org.eclipse.jst.server.core. IJ2EEModule
Returns true if this is a binary (zipped) module, and false if it is expanded.
isBinary() - Method in interface org.eclipse.jst.server.core. IUtilityModule
Returns true if this is a binary (zipped) module, and false if it is expanded.
isComplete() - Method in class org.eclipse.wst.server.ui.wizard. WizardFragment
Returns true if this fragment is complete (can finish).
isDirty() - Method in interface org.eclipse.wst.server.core. IRuntimeWorkingCopy
Returns whether this working copy has unsaved changes.
isDirty() - Method in interface org.eclipse.wst.server.core. IServerWorkingCopy
Returns whether this working copy has unsaved changes.
isDirty() - Method in class org.eclipse.wst.server.ui.editor. ServerEditorPart
 
IServer - Interface in org.eclipse.wst.server.core
Represents a server instance.
IServer.IOperationListener - Interface in org.eclipse.wst.server.core
An operation listener is used to receive notification back about a specific server operation, such as starting or stopping a server.
IServerAttributes - Interface in org.eclipse.wst.server.core
Represents a server instance.
IServerEditorPartInput - Interface in org.eclipse.wst.server.ui.editor
An input into a server part or section editor.
IServerLifecycleListener - Interface in org.eclipse.wst.server.core
Listener interface for changes to servers.
IServerListener - Interface in org.eclipse.wst.server.core
This interface is used by the server to broadcast a change of state.
IServerModule - Interface in org.eclipse.wst.server.ui
A helper interface for modules that are deployed to a server, commonly used to help actions interact with modules in the Servers view.
IServerType - Interface in org.eclipse.wst.server.core
Represents a server type from which server instances can be created.
IServerWorkingCopy - Interface in org.eclipse.wst.server.core
A working copy server object used for formulating changes to a server instance ( IServer).
isExternal() - Method in interface org.eclipse.wst.server.core. IModule
Returns true if the module is an external (non-workspace) module, and false otherwise
isLocalhost(String) - Static method in class org.eclipse.wst.server.core.util. SocketUtil
Checks if the given host (name, fully qualified name, or IP address) is referring to the local machine.
isPortInUse(int, int) - Static method in class org.eclipse.wst.server.core.util. SocketUtil
Checks to see if the given port number is being used.
isPortInUse(int) - Static method in class org.eclipse.wst.server.core.util. SocketUtil
Checks to see if the given port number is being used.
isReadOnly() - Method in interface org.eclipse.wst.server.core. IRuntime
Returns whether this runtime is marked read only.
isReadOnly() - Method in interface org.eclipse.wst.server.core. IServerAttributes
Returns whether this server is marked read only.
isSaveAsAllowed() - Method in class org.eclipse.wst.server.ui.editor. ServerEditorPart
 
isServerReadOnly() - Method in interface org.eclipse.wst.server.ui.editor. IServerEditorPartInput
Returns true if the server is read-only.
isSingleRootStructure() - Method in class org.eclipse.wst.server.core.util. ProjectModule
Returns true if this module has a simple structure based on a single root folder, and false otherwise.
isStub() - Method in interface org.eclipse.wst.server.core. IRuntime
Returns whether this runtime is a stub (used for compilation only) or a full runtime.
isSupportedModule(IModuleType[], String, String) - Static method in class org.eclipse.wst.server.core. ServerUtil
Returns true if any of the given moduleTypes have the given module type id and version id.
isSupportedModule(IModuleType[], IModuleType) - Static method in class org.eclipse.wst.server.core. ServerUtil
Returns true if any of the given moduleTypes match the given module type.
isSupportedModule(IModuleType, IModuleType) - Static method in class org.eclipse.wst.server.core. ServerUtil
Returns true if the two given module types are compatible.
IStaticWeb - Interface in org.eclipse.wst.server.core.util
A static Web module that could be deployed to Apache or another HTTP server.
isUsingDefaultJRE() - Method in interface org.eclipse.jst.server.core. IJavaRuntime
Returns true if the runtime is using the default JRE.
isValid(ILaunchConfiguration) - Method in class org.eclipse.wst.server.ui. ServerLaunchConfigurationTab
 
isWorkingCopy() - Method in interface org.eclipse.wst.server.core. IRuntime
Returns true if this is a working copy.
isWorkingCopy() - Method in interface org.eclipse.wst.server.core. IServerAttributes
Returns true if this is a working copy.
IURLProvider - Interface in org.eclipse.wst.server.core.model
An interface for a server delegate that can provide URLs for a module published to the server.
IUtilityModule - Interface in org.eclipse.jst.server.core
A J2EE utility module that can be deployed to a server.
IWebModule - Interface in org.eclipse.jst.server.core
A J2EE web module.
IWizardHandle - Interface in org.eclipse.wst.server.ui.wizard
A wizard handle.

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire