Interface IInfobaseApplication
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,IApplication
,ILifecycleAware
,IUrlAccess
- All Known Implementing Classes:
InfobaseApplication
The 1C:Enterprise V8 infobase application.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
An attribute key to store the 1C:Enterprise debug server port.Fields inherited from interface com.e1c.g5.dt.applications.IApplication
CONTEXT_CLIENT_ARGUMENTS, CONTEXT_CLIENT_INSTALLATION, CONTEXT_CLIENT_TYPE
-
Method Summary
Modifier and TypeMethodDescriptionReturns the infobase to run application with.Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface com.e1c.g5.dt.applications.IApplication
getArtifacts, getId, getName, getProject, getType
Methods inherited from interface com.e1c.g5.dt.applications.ILifecycleAware
getApplication
Methods inherited from interface com.e1c.g5.dt.applications.IUrlAccess
getApplication, getId, getUrl
-
Field Details
-
ATTRIBUTE_DEBUG_PORT
An attribute key to store the 1C:Enterprise debug server port.- See Also:
-
-
Method Details
-
getInfobase
InfobaseReference getInfobase()Returns the infobase to run application with.- Returns:
- the infobase to run application with, never
null
-