Interface IMobileApplicationPublicationStore


  • public interface IMobileApplicationPublicationStore
    Stores and loads 1C:Enterprise mobile applications publications run configuration.

    Mobile application publications consist of:

    • Mobile application content file with Configuration. Default file name is 1cema.xml
    • Mobile application run configuration file with name 1cemarun.xml
    • Folders structure with external components

    IMobileApplicationPublicationStore allows to create mobile publication run configurations store file with publication run and debug information and to load existing mobile publication run configurations.

    Note, that IMobileApplicationPublicationStore stores and loads run configuration only.
    To store actual mobile application Configuration content clients may use IThickClientExecutor.

    • Field Detail

      • STORE_DEFAULT_NAME

        static final String STORE_DEFAULT_NAME
        The default name, using by 1C:Enterprise runtime as mobile application publication store file name.

        Value is '1cema.xml'.

        See Also:
        Constant Field Values
      • RUN_CONFIGURATION_NAME

        static final String RUN_CONFIGURATION_NAME
        The default name, using by 1C:Enterprise runtime as mobile application publication run configuration file name.
        Contains:
        • Last change time stamp
        • 1C:Enterprise debug server address

        Value is '1cemarun.xml'.

        See Also:
        Constant Field Values