类 EnvironmentActionCreator


  • public class EnvironmentActionCreator
    extends cn.featherfly.common.flux.action.ActionsCreator
    The type Environment action creator.
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static EnvironmentActionCreator instance
      The constant instance.
      • 从类继承的字段 cn.featherfly.common.flux.action.ActionsCreator

        dispatcher
    • 方法概要

      所有方法 静态方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      static EnvironmentActionCreator get()
      Get environment action creator.
      void setLocation​(cn.featherfly.common.location.LocationPoint location)
      Sets location.
      void setPlatform​(cn.featherfly.common.model.app.Platform platform)
      Sets platform.
      void setUser​(cn.featherfly.easyapi.pojo.User user)
      Sets user.
      void setVersion​(cn.featherfly.common.model.app.Version version)
      Sets version.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • get

        public static EnvironmentActionCreator get()
        Get environment action creator.
        返回:
        the environment action creator
      • setLocation

        public void setLocation​(cn.featherfly.common.location.LocationPoint location)
        Sets location.
        参数:
        location - the location
      • setUser

        public void setUser​(cn.featherfly.easyapi.pojo.User user)
        Sets user.
        参数:
        user - the user
      • setVersion

        public void setVersion​(cn.featherfly.common.model.app.Version version)
        Sets version.
        参数:
        version - the version
      • setPlatform

        public void setPlatform​(cn.featherfly.common.model.app.Platform platform)
        Sets platform.
        参数:
        platform - the platform