-
betsy.bpel.engines.tomcat.TomcatInstaller.install()
-
com.aelitis.azureus.ui.swt.player.PlayerInstaller.install()
-
com.axemblr.provisionr.test.ProcessVariablesCollector.install()
Install the collector on the setVariable class
-
com.celum.dbplugin.installer.SqlInstaller.install()
Executes all SQL scripts from given resources
@param connection
@param resource
-
com.celum.dbtool.installer.DbInstaller.install()
Executes all SQL scripts from given resource
-
com.cibuddy.core.build.configuration.IConfigurationInstaller.install()
-
com.cloudbees.sdk.ArtifactInstallFactory.install()
Installs the given artifact and all its transitive dependencies
-
com.google.appengine.tools.remoteapi.RemoteApiInstaller.install()
Installs the remote API using the provided options. Logs into the remote application using the credentials available via these options.
Warning: This method only installs the remote API on the current thread. Do not share this instance across threads!
@throws IllegalArgumentException if the server or credentials weren't provided.
@throws IllegalStateException if already installed
@throws LoginException if unable to log in.
@throws IOException if unable to connect to the remote API.
-
com.google.inject.Binder.install()
Uses the given module to configure more bindings.
-
com.google.inject.PrivateBinder.install()
-
com.intellij.execution.console.ConsoleHistoryController.install()
-
com.jix.installer.UnixInstallerExec.install()
-
com.jix.installer.WindowsInstallerExec.install()
-
com.sun.appserv.addons.Installer.install()
Installs the Addon on top of the appserver. Typically it will unbundle the addon installable and setup any installation wide configuration or settings. The shared addon bits will be unbundled into the AS_HOME/addons/ directory. The addon installer will also copy a configurator plugin to AS_HOME/lib/addons directory.
The addon installer will also copy any system applications to AS_HOME/lib/install/applications directory.
The Installer
will be loaded with an instance of URLClassLoader
and ant jars will be added to it's classpath.
If this method throws an AddonFatalException or RuntimeException Appserver installation will be aborted. However if it throws an AddonException, then the appserver installation will continue after displaying the error message.
@param ic InstallationContext
object.
-
com.sun.corba.se.spi.activation.Server.install()
-
com.sun.enterprise.jbi.serviceengine.install.Installer.install()
Installs the service engine and starts it
@param zipFilePath packaged 208 compliant service engine bundle
-
com.uwyn.drone.modules.faqmanagement.DatabaseFaqs.install()
-
com.uwyn.drone.modules.logmanagement.DatabaseLogs.install()
-
com.uwyn.drone.modules.seenmanagement.DatabaseSeen.install()
-
de.petris.dynamicaspects.DefaultBeforeAfterAdvice.install()
-
de.petris.dynamicaspects.classhandler.ClassHandler.install()
Installs aspect(s) using the given joinpoint pattern. Each time an aspect is installed to a wrapper, an instance will be queried using the factory.
@param factory a factory to create aspects
@param joinpointPattern the pattern for the joinpoints.
-
de.petris.dynamicaspects.test.aspects.PrintoutAspect.install()
-
de.petris.dynamicaspects.wrapper.CallWrapper.install()
-
de.petris.dynamicaspects.wrapper.CallWrapperMethodPatcher.install()
Installs the {@link de.petris.dynamicaspects.wrapper.CallWrapper CallWrapper}.
@return the patched method.
-
de.petris.dynamicaspects.wrapper.ExecutionWrapper.install()
-
de.petris.dynamicaspects.wrapper.ExecutionWrapperMethodPatcher.install()
Installs the {@link de.petris.dynamicaspects.wrapper.ExecutionWrapper ExecutionWrapper}.
@return the patched method.
-
frost.util.gui.search.FindAction.install()
-
frost.util.gui.search.TextComponentFindAction.install()
-
gnu.testlet.TestSecurityManager.install()
Install this test security manager.
-
hudson.stapler.WebAppController.install()
-
hudson.tools.JDKInstaller.install()
Performs the JDK installation to a system, provided that the bundle was already downloaded.
@param launcher Used to launch processes on the system.
@param p Platform of the system. This determines how the bundle is installed.
@param fs Abstraction of the file system manipulation on this system.
@param log Where the output from the installation will be written.
@param expectedLocation Path to install JDK to. Must be absolute and in the native file system notation.
@param jdkBundle Path to the installed JDK bundle. (The bundle to download can be determined by {@link #locate(TaskListener,Platform,CPU)} call.)
-
io.fabric8.patch.Patch.install()
-
io.fabric8.process.manager.support.JarInstaller.install()
-
javax.jbi.management.InstallerMBean.install()
-
javax.swing.text.EditorKit.install()
Called when the kit is being installed into the a JEditorPane.
@param c the JEditorPane
-
javax.swing.text.MaskFormatter.install()
-
javax.swing.text.html.HTMLEditorKit.install()
-
kg.apc.jmeter.gui.ComponentBorder.install()
-
krasa.formatter.settings.ProjectSettingsComponent.install()
-
net.pms.configuration.DownloadPlugins.install()
-
org.apache.ace.agent.DeploymentHandler.install()
-
org.apache.ace.agent.UpdateHandler.install()
Install an update from an input stream.
@param inputStream the inputStream, can not be null
.
@throws InstallationFailedException in case the installation failed;
@throws IOException if reading from the given input stream fails.
-
org.apache.ace.webui.vaadin.UploadHelper.GenericUploadHandler.install()
-
org.apache.activemq.transport.mock.MockTransport.install()
-
org.apache.aries.application.management.AriesApplicationManager.install()
Install an AriesApplication - i.e. load its bundles into the runtime, but do not start them. If the application is not resolved, a call to {@link #resolve(AriesApplication,ResolveConstraint)}will be performed and the resolved application will be installed. In such a case the resolved application can be obtained by calling {@link org.apache.aries.application.management.AriesApplicationContext#getApplication()}on the returned ApplicationContext.
@param app Application to install
@return AriesApplicationContext, a handle to an application in the runtime
@throws BundleException
@throws ManagementException
-
org.apache.aries.application.management.spi.framework.BundleFramework.install()
Installs a bundle to this framework.
@param suggestion The information required to install the bundle
@param app The application with which this install is associated
@return the bundle that was installed
@throws BundleException
-
org.apache.aries.util.FragmentBuilder.install()
-
org.apache.catalina.Deployer.install()
Install a new web application, whose web application archive is at the specified URL, into this container with the specified context path. A context path of "" (the empty string) should be used for the root application for this container. Otherwise, the context path must start with a slash.
If this application is successfully installed, a ContainerEvent of type INSTALL_EVENT
will be sent to all registered listeners, with the newly created Context
as an argument.
@param contextPath The context path to which this application shouldbe installed (must be unique)
@param war A URL of type "jar:" that points to a WAR file, or type"file:" that points to an unpacked directory structure containing the web application to be installed
@exception IllegalArgumentException if the specified context pathis malformed (it must be "" or start with a slash)
@exception IllegalStateException if the specified context pathis already attached to an existing web application
@exception IOException if an input/output error was encounteredduring installation
-
org.apache.directory.ldapstudio.browser.common.widgets.DialogContentAssistant.install()
Installs content assist on the given text.
@param text the text
-
org.apache.directory.ldapstudio.browser.ui.widgets.DialogContentAssistant.install()
-
org.apache.directory.studio.ldapbrowser.common.widgets.DialogContentAssistant.install()
Installs content assist on the given text.
@param text the text
-
org.apache.geronimo.kernel.repository.ArtifactTypeHandler.install()
-
org.apache.geronimo.system.configuration.LocalConfigStore.install()
-
org.apache.geronimo.system.plugin.PluginInstallerGBean.install()
Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies. The caller will get the results when the operation completes. Note that this method does not throw exceptions on failure, but instead sets the failure property of the DownloadResults.
@param pluginsToInstall The list of configurations to install
@param defaultRepository Default repo to look for plugins in
@param restrictToDefaultRepository Whether to follow hints to other plugin repos.
@param username Optional username, if the maven repo uses HTTP Basic authentication.Set this to null if no authentication is required.
@param password Optional password, if the maven repo uses HTTP Basic authentication.Set this to null if no authentication is required.
-
org.apache.isis.applib.fixtures.InstallableFixture.install()
-
org.apache.ivy.Ivy.install()
-
org.apache.jackrabbit.vault.fs.spi.NodeTypeInstaller.install()
-
org.apache.jackrabbit.vault.fs.spi.PrivilegeInstaller.install()
-
org.apache.jackrabbit.vault.packaging.JcrPackage.install()
Installs the package contents to the repository but creates a snapshot if necessary.
@param opts import options
@throws RepositoryException if a repository error during installation occurs.
@throws PackageException if an error during packaging occurs
@throws IllegalStateException if the package is not valid.
@throws IOException if an I/O error occurs
@since 2.3.14
-
org.apache.karaf.deployer.kar.KarArtifactInstaller.install()
-
org.apache.maven.artifact.installer.ArtifactInstaller.install()
Install an artifact from a particular directory. The artifact handler is used to determine the filename of the source file.
@param basedir the directory where the artifact is stored
@param finalName the name of the artifact sans extension
@param artifact the artifact definition
@param localRepository the local repository to install into
@throws ArtifactInstallationException if an error occurred installing the artifact
@deprecated to be removed before 2.0 after the instlal/deploy plugins use the alternatemethod
-
org.apache.maven.artifact.installer.DefaultArtifactInstaller.install()
@deprecated we want to use the artifact method only, and ensure artifact.file is set correctly.
-
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.table.TableRenderingContext.install()
-
org.apache.provisionr.test.ProcessVariablesCollector.install()
Install the collector on the setVariable class
-
org.apache.sqoop.util.SubprocessSecurityManager.install()
Install this SecurityManager and retain a reference to any previously-installed SecurityManager.
-
org.apache.uima.dde.internal.hover.GenericHoverManager.install()
-
org.apache.uima.dde.internal.hover.HoverManager.install()
-
org.codehaus.cargo.container.installer.Installer.install()
-
org.codehaus.cargo.container.installer.ZipURLInstaller.install()
-
org.codinjutsu.tools.jenkins.view.JenkinsWidget.install()
-
org.crosswire.jsword.book.install.Installer.install()
-
org.crsh.util.InterruptHandler.install()
-
org.eclipse.jface.text.contentassist.ContentAssistant.install()
-
org.eclipse.jface.text.contentassist.IContextInformationValidator.install()
Installs this validator for the given context information.
@param info the context information which this validator should check
@param viewer the text viewer on which the information is presented
@param offset the document offset for which the information has been computed
-
org.eclipse.jface.text.information.IInformationPresenter.install()
Installs the information presenter on the given text viewer. After this method has been finished, the presenter is operational, i.e. the method {@link #showInformation()}can be called until {@link #uninstall()} is called.
@param textViewer the viewer on which the presenter is installed
-
org.eclipse.jface.text.information.InformationPresenter.install()
-
org.eclipse.jface.text.presentation.PresentationReconciler.install()
-
org.eclipse.jface.text.quickassist.IQuickAssistAssistant.install()
Installs quick assist support on the given source viewer.
Note: This quick assist assistant will only be able to query the invocation context if sourceViewer
also implements {@link ISourceViewerExtension3}.
@param sourceViewer the source viewer on which quick assist will work
-
org.eclipse.jface.text.quickassist.QuickAssistAssistant.install()
-
org.eclipse.jface.text.reconciler.MonoReconciler.install()
-
org.eclipse.jface.text.source.projection.ProjectionSupport.install()
Installs this projection support on its viewer.
-
org.eclipse.jgit.storage.file.WindowCacheConfig.install()
Install this configuration as the live settings.
The new configuration is applied immediately. If the new limits are smaller than what what is currently cached, older entries will be purged as soon as possible to allow the cache to meet the new limit.
@since 3.0
-
org.eclipse.ui.texteditor.SourceViewerDecorationSupport.install()
Installs this decoration support on the given preference store. It assumes that this support has completely been configured.
@param store the preference store
-
org.eclipse.wb.tests.designer.core.TestBundle.install()
-
org.erlide.backend.debug.ErlangLineBreakpoint.install()
Installs this breakpoint
@param theTarget debug target
-
org.fcrepo.utilities.install.container.Container.install()
-
org.fife.ui.autocomplete.AutoCompletion.install()
Installs this autocompletion on a text component. If this {@link AutoCompletion} is already installed on another text component,it is uninstalled first.
@param c The text component.
@see #uninstall()
-
org.freeplane.plugin.script.addons.ManageAddOnsDialog.install()
-
org.graylog2.plugins.PluginInstaller.install()
-
org.gudy.azureus2.plugins.installer.PluginInstaller.install()
Install one of more plugins in a single operation
@param plugins
-
org.gudy.azureus2.plugins.installer.StandardPlugin.install()
-
org.hivedb.configuration.HiveConfigurationSchema.install()
-
org.hivedb.hibernate.ConfigurationReader.install()
-
org.huihoo.willow.ContextDeployer.install()
-
org.jboss.as.osgi.service.ModuleRegistrationTracker.install()
-
org.jboss.aspects.remoting.test.common.RemoteKernelController.install()
Install a context
@param metaData the metaData
@throws Throwable for any error
-
org.jboss.dependency.plugins.action.ControllerContextAction.install()
-
org.jboss.dependency.plugins.helpers.StatelessController.install()
-
org.jboss.dependency.plugins.spi.action.ControllerContextAction.install()
Install a context
@param context the context
@throws Throwable for any error
-
org.jboss.dependency.spi.Controller.install()
Install a context
@param context the context
@throws Throwable for any error
-
org.jboss.ejb3.packagemanager.installer.Installer.install()
-
org.jboss.forge.addon.manager.AddonManager.install()
-
org.jboss.forge.addon.manager.impl.AddonManagerImpl.install()
-
org.jboss.forge.furnace.manager.AddonManager.install()
Create a new {@link InstallRequest} for the given {@link AddonId}.
@param id the addon to be installed
@return the request for installation
-
org.jboss.forge.furnace.manager.impl.AddonManagerImpl.install()
-
org.jboss.forge.projects.AbstractProject.install()
-
org.jboss.forge.projects.Project.install()
-
org.jboss.kernel.spi.dependency.KernelController.install()
Install a context
@param metaData the metaData
@return the context
@throws Throwable for any error
-
org.jboss.msc.service.BatchBuilder.install()
-
org.jboss.msc.service.ServiceBuilder.install()
-
org.jboss.osgi.framework.AutoInstallComplete.install()
-
org.jboss.osgi.framework.PersistentBundlesComplete.install()
-
org.jboss.system.ServiceController.install()
-
org.jboss.system.ServiceCreator.install()
Install an MBean
@todo expand the meta data to include a pre-instantiated object
@param server the mbean server
@param objectName the object name
@param metaData the service metadata
@param mbean any mbean instance
@return the installed instance
@throws Exception for any error
-
org.jitterbit.integration.client.ui.script.builder.ExpressionScanner.install()
-
org.jitterbit.integration.client.ui.script.text.ScriptMouseHoverer.install()
-
org.jitterbit.ui.text.contentassist.AutoCompleter.install()
Installs this auto completer on the specified text component. If this auto completer was already installed on a different text component, it will be uninstalled from that component first.
This should be a no-op if this auto completer is already installed on text.
@throws RuntimeException if text is null.
-
org.jitterbit.ui.text.contentassist.DropDownAutoCompleter.install()
-
org.jitterbit.ui.undo.UndoRedoInstaller.install()
Installs undo-redo on the given
Component
.
If this installer does not know how to install undo-redo on the given component, this method does nothing and returns false
. If this installer has already installed undo-redo on the component, this method does nothing and returns true
.
@param c the component for which to enable undo-redo
@return true
if this installer knows how to install undo-redo on the givenComponent
; otherwise false
-
org.jitterbit.ui.util.KeyBindingInstaller.install()
Installs the added keybindings for the component that was specified when creating this installer.
@throws NullPointerException if this installer was created without specifying a component.
-
org.jitterbit.ui.widget.DelayedDocumentContentChangeReaction.install()
Installs this change reaction on the given JTextComponent
. The change reaction will stay in effect until uninstalled, either by calling {@link #uninstall(JTextComponent) uninstall} explicitly, or by {@link Disposable#dispose() disposing} the returnedDisposable
. If the text component is given a new Document
, the change reaction will be migrated over to the new Document
.
@return a Disposable
through which this change reaction can be uninstalled
-
org.jitterbit.ui.widget.list.ListContainerKeyBindingsInstaller.install()
-
org.jitterbit.ui.widget.table.TableUndoRedoService.install()
-
org.kiji.schema.KijiInstaller.install()
Installs the specified Kiji instance.
@param uri URI of the Kiji instance to install.
@param conf Hadoop configuration.
@throws IOException on I/O error.
@throws KijiInvalidNameException if the Kiji instance name is invalid or already exists.
-
org.mctourney.autoreferee.AutoRefMap.install()
Installs the map if it is not already installed.
-
org.mozilla.javascript.commonjs.module.Require.install()
Binds this instance of require() into the specified scope under the property name "require".
@param scope the scope where the require() function is to be installed.
-
org.mule.jbi.management.InstallationContextImpl.install()
-
org.mule.registry.Library.install()
-
org.netbeans.modules.nodejs.LibrariesResolver.install()
-
org.noos.xing.mydoggy.plaf.ui.content.PlafContentManagerUI.install()
Configures this manager appropriate for the specified toolwindow manager.
@param manager the component where this UI delegate is being installed
@param oldContentManagerUI
@see #unistall()
@since 1.3.1
@return
-
org.pushingpixels.flamingo.api.ribbon.resize.RibbonBandResizePolicy.install()
Installs this resize policy on the associated ribbon band. For {@link JFlowRibbonBand}s only changes the bounds of the flow components. For {@link JRibbonBand}s can also change the display state of the command buttons (with {@link AbstractCommandButton#setDisplayState(org.pushingpixels.flamingo.api.common.CommandButtonDisplayState)}) and the number of visible buttons in the ribbon galleries. Note that this method is for internal use only and should not be called by the application code.
@param availableHeight The height available for the associated ribbon band.
@param gap The inter-component gap.
-
org.python.pydev.core.tooltips.presenter.ToolTipPresenterHandler.install()
Enables customized hover help for a specified control
@control the control on which to enable hoverhelp
-
org.raptorjs.rhino.commonjs.module.Require.install()
Binds this instance of require() into the specified scope under the property name "require".
@param scope the scope where the require() function is to be installed.
-
org.rhq.bundle.ant.type.DeploymentUnitType.install()
-
org.rhq.cassandra.schema.SchemaManager.install()
Install and update the storage cluster schema. Note that this method should only be used for new installations such as may be the case in development and test environments. It does not provide access to the RHQ relational database which some upgrade steps may need. See {@link PopulateCacheIndex} for details.
@throws Exception
-
org.rzo.yajsw.wrapper.WrappedService.install()
Install.
@return true, if successful
-
org.servicemix.jbi.framework.FrameworkInstallationService.install()
Install an archive
@param location
@throws DeploymentException
-
org.sonar.batch.bootstrap.ExtensionInstaller.install()
-
org.springsource.ide.eclipse.commons.frameworks.core.internal.plugins.PluginService.install()
-
org.xhtmlrenderer.swing.SelectionHighlighter.install()
-
org.xhtmlrenderer.swing.SelectionHighlighter.CopyAction.install()
-
org.xwiki.extension.test.po.ExtensionPane.install()
-
rocket.event.client.EventPreviewAdapter.install()
Installs this EventPreview so that it will preview all incoming events.
-
sonia.jdf.ApplicationServiceWrapper.install()
Method description
@return
-
vg.userInterface.utilPlugins.GraphLayoutManager.install()