Uses of Interface
com.e1c.g5.dt.applications.IApplication
-
-
Uses of IApplication in com._1c.g5.v8.dt.debug.core.launchconfigurations
Methods in com._1c.g5.v8.dt.debug.core.launchconfigurations that return types with arguments of type IApplication Modifier and Type Method Description Optional<IApplication>
LaunchApplicationProvider. getApplication(org.eclipse.debug.core.ILaunchConfiguration configuration)
Returns the application from the provided launch configuration attributes.Methods in com._1c.g5.v8.dt.debug.core.launchconfigurations with parameters of type IApplication Modifier and Type Method Description Optional<IResolvableRuntimeInstallation>
LaunchRuntimeInstallationProvider. getInstallation(org.eclipse.core.resources.IProject project, IApplication application)
Returns the default resolvable 1C:Enterprise platform installation to use to launch the provided project and application. -
Uses of IApplication in com._1c.g5.v8.dt.debug.ui.launchconfigurations.shortcuts
Methods in com._1c.g5.v8.dt.debug.ui.launchconfigurations.shortcuts with parameters of type IApplication Modifier and Type Method Description protected org.eclipse.debug.core.ILaunchConfiguration
AbstractLaunchShortcut. getLaunchConfiguration(org.eclipse.core.resources.IProject project, IApplication application, org.eclipse.emf.ecore.EObject object, String mode)
Returns launch configuration for project.protected org.eclipse.debug.core.ILaunchConfiguration[]
AbstractLaunchShortcut. getLaunchConfigurations(org.eclipse.core.resources.IProject project, IApplication application, org.eclipse.emf.ecore.EObject object, boolean forLaunch)
Returns an array of existingILaunchConfiguration
s that could be used to launch the given project.protected void
AbstractLaunchShortcut. launch(org.eclipse.core.resources.IProject project, IApplication application, org.eclipse.emf.ecore.EObject object, String mode)
Launches an application with given project in the specified mode.protected boolean
AbstractLaunchShortcut. matches(org.eclipse.core.resources.IProject project, IApplication application, org.eclipse.emf.ecore.EObject object, org.eclipse.debug.core.ILaunchConfiguration candidate, boolean forLaunch)
Returns whether the given launch configuration candidate of the shortcut type mathces with the given project for launch purposes.protected org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
AbstractLaunchShortcut. prepareConfiguration(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration, IApplication application)
Prepares launch configuration to use with this type of shortcut. -
Uses of IApplication in com._1c.g5.v8.dt.launching.core
Methods in com._1c.g5.v8.dt.launching.core that return IApplication Modifier and Type Method Description IApplication
ApplicationUpdateRequest. getApplication()
Returns the application to publish.Methods in com._1c.g5.v8.dt.launching.core that return types with arguments of type IApplication Modifier and Type Method Description Optional<IApplication>
ApplicationPrepareRequest. getApplication()
Returns the request application.Optional<IApplication>
ApplicationPrepareResult. getApplication()
Returns the result application.Optional<IApplication>
DebugSessionCheckRequest. getApplication()
Returns the debug session application.Constructors in com._1c.g5.v8.dt.launching.core with parameters of type IApplication Constructor Description ApplicationPrepareRequest(IApplication application, org.eclipse.core.resources.IProject project, ApplicationPublicationKind publicationKind)
Creates an instance ofApplicationPrepareRequest
.ApplicationPrepareResult(IApplication application)
Creates an instance ofApplicationPrepareResult
.ApplicationUpdateRequest(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, ExecutionContext executionContext, org.eclipse.core.runtime.IProgressMonitor monitor)
Creates an instance ofApplicationUpdateRequest
.ApplicationUpdateRequest(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, org.eclipse.core.runtime.IProgressMonitor monitor)
Creates an instance ofApplicationUpdateRequest
.DebugSessionCheckRequest(org.eclipse.core.resources.IProject project, IApplication application)
Creates an instance ofDebugSessionCheckRequest
. -
Uses of IApplication in com._1c.g5.v8.dt.launching.core.launchconfigurations
Methods in com._1c.g5.v8.dt.launching.core.launchconfigurations with parameters of type IApplication Modifier and Type Method Description protected void
AbstractRuntimeDebugAwareLaunchDelegate. attachDebugTarget(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch, IApplication application, URL debugServerUrl, IResolvableRuntimeInstallation installation, org.eclipse.core.runtime.IProgressMonitor monitor)
Attaches an 1C:Enterprise runtime debug target to the providedILaunch
, using the provded launch configuration attributes.protected org.eclipse.core.runtime.IStatus
AbstractRuntimeDebugAwareLaunchDelegate. updateApplication(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, org.eclipse.core.runtime.IProgressMonitor monitor)
Updates an application for the provided project. -
Uses of IApplication in com._1c.g5.v8.dt.launching.mobile.ui.launchconfigurations.shortcuts
Methods in com._1c.g5.v8.dt.launching.mobile.ui.launchconfigurations.shortcuts with parameters of type IApplication Modifier and Type Method Description protected boolean
AbstractMobileLaunchShortcut. matches(org.eclipse.core.resources.IProject project, IApplication application, org.eclipse.emf.ecore.EObject object, org.eclipse.debug.core.ILaunchConfiguration candidate, boolean forLaunch)
-
Uses of IApplication in com._1c.g5.v8.dt.launching.ui.launchconfigurations
Methods in com._1c.g5.v8.dt.launching.ui.launchconfigurations that return types with arguments of type IApplication Modifier and Type Method Description protected Optional<IApplication>
AbstractLaunchingTab. getSelectedApplication()
Returns the selected application in the launching tab if present.protected Optional<IApplication>
AbstractLaunchingTab. initializeApplicationViewer(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.resources.IProject project)
Initializes launch configuation application UI settings based on the provided launch configuration.Methods in com._1c.g5.v8.dt.launching.ui.launchconfigurations with parameters of type IApplication Modifier and Type Method Description protected void
AbstractLaunchingTab. handleApplicationSelection(IApplication application)
Handles an application selection.protected void
AbstractLaunchingTab. initializeInstallationViewer(org.eclipse.debug.core.ILaunchConfiguration configuration, String attribute, IApplication application)
Initializes launch configuation 1C:Enterprise platform UI settings based on the provided launch configuration. -
Uses of IApplication in com._1c.g5.v8.dt.platform.services.ui
Methods in com._1c.g5.v8.dt.platform.services.ui that return IApplication Modifier and Type Method Description static IApplication
SelectionContextObject. getContextApplication(ISelection selection)
Retrieve current selection context application. -
Uses of IApplication in com._1c.g5.v8.dt.platform.services.ui.model
Methods in com._1c.g5.v8.dt.platform.services.ui.model that return IApplication Modifier and Type Method Description IApplication
ApplicationAccessDescription. getApplication()
Returns the value of the 'Application' attribute.Methods in com._1c.g5.v8.dt.platform.services.ui.model with parameters of type IApplication Modifier and Type Method Description void
ApplicationAccessDescription. setApplication(IApplication value)
Sets the value of the 'Application
' attribute. -
Uses of IApplication in com._1c.g5.v8.dt.platform.services.ui.model.impl
Fields in com._1c.g5.v8.dt.platform.services.ui.model.impl declared as IApplication Modifier and Type Field Description protected IApplication
ApplicationAccessDescriptionImpl. application
The cached value of the 'Application
' attribute.protected static IApplication
ApplicationAccessDescriptionImpl. APPLICATION_EDEFAULT
The default value of the 'Application
' attribute.Methods in com._1c.g5.v8.dt.platform.services.ui.model.impl that return IApplication Modifier and Type Method Description IApplication
ModelFactoryImpl. createIApplicationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
IApplication
ApplicationAccessDescriptionImpl. getApplication()
Methods in com._1c.g5.v8.dt.platform.services.ui.model.impl with parameters of type IApplication Modifier and Type Method Description void
ApplicationAccessDescriptionImpl. setApplication(IApplication newApplication)
-
Uses of IApplication in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return IApplication Modifier and Type Method Description IApplication
IApplicationArtifact. getApplication()
Returns the parent application of the artifact.IApplication
IApplicationEvent. getApplication()
Returns the application the event occurred with.IApplication
ILifecycleAware. getApplication()
Returns the parent application of this lifecycle aware object.IApplication
IUrlAccess. getApplication()
Returns the context application.Methods in com.e1c.g5.dt.applications that return types with arguments of type IApplication Modifier and Type Method Description Optional<IApplication>
IApplicationManager. getApplication(org.eclipse.core.resources.IProject project, String id)
Returns the project application with the provided id.List<IApplication>
IApplicationManager. getApplications(org.eclipse.core.resources.IProject project)
Returns a list of all registered project applications.Optional<IApplication>
IApplicationManager. getDefaultApplication(org.eclipse.core.resources.IProject project)
Returns the default registered project application.Methods in com.e1c.g5.dt.applications with parameters of type IApplication Modifier and Type Method Description boolean
IApplicationManager. check(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Checks and returns whether the application is ready to launch e.g.Optional<String>
IApplicationAttributeRepository. getAttribute(IApplication application, String key)
Returns the attribute value by thekey
for the specifiedapplication
.Optional<IUrlAccess>
IApplicationManager. getDefaultUrlAccess(IApplication application)
Returns the default URL access instance for the provided application.PublishState
IApplicationManager. getPublishState(IApplication application)
Returns the application publish state for the provided application.List<IUrlAccess>
IApplicationManager. getUrlAccesses(IApplication application)
Returns a list of all found URL access instances for the provided application.ExecutionContext
IApplicationManager. launch(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Publishes the application with the provided publish kind.Optional<Process>
IApplicationManager. open(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Opens the application and launches application client.PublishState
IApplicationManager. publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Publishes the application with the provided publish kind.void
IApplicationAttributeRepository. setAttribute(IApplication application, String key, String value)
Sets the specified attribute for the givenapplication
.void
IApplicationManager. setDefaultApplication(org.eclipse.core.resources.IProject project, IApplication application)
Sets the default registered project application.void
IApplicationManager. setDefaultUrlAccess(IApplication application, IUrlAccess urlAccess)
Sets the default URL access instance for the provided application. -
Uses of IApplication in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors that return types with arguments of type IApplication Modifier and Type Method Description List<IApplication>
IApplicationProvisionDelegate. getApplications(org.eclipse.core.resources.IProject project, IApplicationType type)
Returns a list of all registered project applications.Methods in com.e1c.g5.dt.applications.contributors with parameters of type IApplication Modifier and Type Method Description boolean
IApplicationBehaviourDelegate. check(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)
Checks and returns whether the application is ready to launch e.g.PublishState
IApplicationProvisionDelegate. getPublishState(IApplication application)
Returns the application publish state for the provided application.List<IUrlAccess>
IUrlAccessProvider. getUrlAccesses(IApplication application)
Returns a list of all found URL access instances for the provided application.ExecutionContext
IApplicationBehaviourDelegate. launch(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)
Publishes the application with the provided publish kind.void
IApplicationProvisionNotifier. notifyPublishStateChange(IApplication application, PublishState state)
Notifies about the provided application publish state change.Optional<Process>
IApplicationClientDelegate. open(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)
Opens the application and launches application client.PublishState
IApplicationBehaviourDelegate. publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)
Publishes the application with the provided publish kind.boolean
IApplicationClientDelegate. supports(IApplication application, ExecutionContext context)
Returns whether the delegate supports client open for the provided application and execution context. -
Uses of IApplication in com.e1c.g5.dt.applications.infobases
Subinterfaces of IApplication in com.e1c.g5.dt.applications.infobases Modifier and Type Interface Description interface
IInfobaseApplication
The 1C:Enterprise V8 infobase application. -
Uses of IApplication in com.e1c.g5.dt.applications.ui
Methods in com.e1c.g5.dt.applications.ui with parameters of type IApplication Modifier and Type Method Description boolean
IApplicationUiSupport. ensureStarted(org.eclipse.swt.widgets.Shell shell, IApplication application, org.eclipse.core.runtime.IProgressMonitor monitor)
Checks that application is started and shows user desired information.PublishState
IApplicationUiSupport. ensureUpdated(org.eclipse.swt.widgets.Shell shell, IApplication application, PublishKind publishKind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Checks application publish state and publishes application if needs.protected abstract IStructuredSelection
AbstractRelocateApplicationDialog. getSelection(IApplication application)
Provides correctIStructuredSelection
for choosing wizardConstructors in com.e1c.g5.dt.applications.ui with parameters of type IApplication Constructor Description AbstractRelocateApplicationDialog(org.eclipse.swt.widgets.Shell parentShell, IApplication application)
Creates an instance of new dialog. -
Uses of IApplication in com.e1c.g5.dt.applications.ui.editor
Methods in com.e1c.g5.dt.applications.ui.editor that return IApplication Modifier and Type Method Description IApplication
IApplicationEditorInput. getApplication()
Returns the application. -
Uses of IApplication in com.e1c.g5.dt.applications.wst
Subinterfaces of IApplication in com.e1c.g5.dt.applications.wst Modifier and Type Interface Description interface
IServerApplication
The server application based on Eclipse WST server module.
-