Interface IInfobaseApplication
-
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,IApplication
,ILifecycleAware
,IUrlAccess
public interface IInfobaseApplication extends IApplication, IUrlAccess
The 1C:Enterprise V8 infobase application.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTRIBUTE_DEBUG_PORT
An attribute key to store the 1C:Enterprise debug server port.static String
CONTEXT_CLIENT_ARGUMENTS
An execution context key to store 1C:Enterprise client runtime exection arguments.static String
CONTEXT_CLIENT_INSTALLATION
An execution context key to store 1C:Enterprise client platform installation.static String
CONTEXT_CLIENT_TYPE
An execution context key to store 1C:Enterprise client type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InfobaseReference
getInfobase()
Returns the infobase to run application with.-
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 Detail
-
CONTEXT_CLIENT_TYPE
static final String CONTEXT_CLIENT_TYPE
An execution context key to store 1C:Enterprise client type.- See Also:
- Constant Field Values
-
CONTEXT_CLIENT_ARGUMENTS
static final String CONTEXT_CLIENT_ARGUMENTS
An execution context key to store 1C:Enterprise client runtime exection arguments.- See Also:
- Constant Field Values
-
CONTEXT_CLIENT_INSTALLATION
static final String CONTEXT_CLIENT_INSTALLATION
An execution context key to store 1C:Enterprise client platform installation.- See Also:
- Constant Field Values
-
ATTRIBUTE_DEBUG_PORT
static final String ATTRIBUTE_DEBUG_PORT
An attribute key to store the 1C:Enterprise debug server port.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInfobase
InfobaseReference getInfobase()
Returns the infobase to run application with.- Returns:
- the infobase to run application with, never
null
-
-