文件名称: apollo-core-2.4.0.jar中文-英文对照文档.zip
<dependency>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apollo-core</artifactId>
<version>2.4.0</version>
</dependency>Gradle:
implementation group: 'com.ctrip.framework.apollo', name: 'apollo-core', version: '2.4.0'
Gradle (Short):
implementation 'com.ctrip.framework.apollo:apollo-core:2.4.0'
Gradle (Kotlin):
implementation("com.ctrip.framework.apollo:apollo-core:2.4.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.ctrip.framework.apollo
com.ctrip.framework.apollo.core
com.ctrip.framework.apollo.core.dto
com.ctrip.framework.apollo.core.enums
com.ctrip.framework.apollo.core.internals
com.ctrip.framework.apollo.core.schedule
com.ctrip.framework.apollo.core.signature
com.ctrip.framework.apollo.core.spi
com.ctrip.framework.apollo.core.utils
com.ctrip.framework.apollo.tracer
com.ctrip.framework.apollo.tracer.internals
com.ctrip.framework.apollo.tracer.internals.cat
com.ctrip.framework.apollo.tracer.spi
com.ctrip.framework.foundation
com.ctrip.framework.foundation.internals
com.ctrip.framework.foundation.internals.io
com.ctrip.framework.foundation.internals.provider
com.ctrip.framework.foundation.spi
com.ctrip.framework.foundation.spi.providercom.ctrip.framework.apollo.Apollo
com.ctrip.framework.apollo.core.ApolloClientSystemConsts
com.ctrip.framework.apollo.core.ConfigConsts
com.ctrip.framework.apollo.core.MetaDomainConsts
com.ctrip.framework.apollo.core.ServiceNameConsts
com.ctrip.framework.apollo.core.dto.ApolloConfig
com.ctrip.framework.apollo.core.dto.ApolloConfigNotification
com.ctrip.framework.apollo.core.dto.ApolloNotificationMessages
com.ctrip.framework.apollo.core.dto.ConfigurationChange
com.ctrip.framework.apollo.core.dto.ServiceDTO
com.ctrip.framework.apollo.core.enums.ConfigFileFormat
com.ctrip.framework.apollo.core.enums.ConfigSyncType
com.ctrip.framework.apollo.core.enums.ConfigurationChangeType
com.ctrip.framework.apollo.core.enums.ConfigurationChangeTypeUtils
com.ctrip.framework.apollo.core.enums.Env
com.ctrip.framework.apollo.core.enums.EnvUtils
com.ctrip.framework.apollo.core.internals.LegacyMetaServerProvider
com.ctrip.framework.apollo.core.schedule.ExponentialSchedulePolicy
com.ctrip.framework.apollo.core.schedule.SchedulePolicy
com.ctrip.framework.apollo.core.signature.HmacSha1Utils
com.ctrip.framework.apollo.core.signature.Signature
com.ctrip.framework.apollo.core.spi.MetaServerProvider
com.ctrip.framework.apollo.core.spi.Ordered
com.ctrip.framework.apollo.core.utils.ApolloThreadFactory
com.ctrip.framework.apollo.core.utils.ByteUtil
com.ctrip.framework.apollo.core.utils.ClassLoaderUtil
com.ctrip.framework.apollo.core.utils.DNSUtil
com.ctrip.framework.apollo.core.utils.DeferredLogger
com.ctrip.framework.apollo.core.utils.DeferredLoggerFactory
com.ctrip.framework.apollo.core.utils.DeprecatedPropertyNotifyUtil
com.ctrip.framework.apollo.core.utils.MachineUtil
com.ctrip.framework.apollo.core.utils.NetUtil
com.ctrip.framework.apollo.core.utils.PropertiesUtil
com.ctrip.framework.apollo.core.utils.ResourceUtils
com.ctrip.framework.apollo.core.utils.StringUtils
com.ctrip.framework.apollo.core.utils.StringUtils.StringFormatter
com.ctrip.framework.apollo.tracer.Tracer
com.ctrip.framework.apollo.tracer.internals.DefaultMessageProducerManager
com.ctrip.framework.apollo.tracer.internals.NullMessageProducer
com.ctrip.framework.apollo.tracer.internals.NullMessageProducerManager
com.ctrip.framework.apollo.tracer.internals.NullTransaction
com.ctrip.framework.apollo.tracer.internals.cat.CatMessageProducer
com.ctrip.framework.apollo.tracer.internals.cat.CatNames
com.ctrip.framework.apollo.tracer.internals.cat.CatTransaction
com.ctrip.framework.apollo.tracer.spi.MessageProducer
com.ctrip.framework.apollo.tracer.spi.MessageProducerManager
com.ctrip.framework.apollo.tracer.spi.Transaction
com.ctrip.framework.foundation.Foundation
com.ctrip.framework.foundation.internals.DefaultProviderManager
com.ctrip.framework.foundation.internals.NetworkInterfaceManager
com.ctrip.framework.foundation.internals.NullProviderManager
com.ctrip.framework.foundation.internals.ServiceBootstrap
com.ctrip.framework.foundation.internals.Utils
com.ctrip.framework.foundation.internals.io.BOMInputStream
com.ctrip.framework.foundation.internals.io.ByteOrderMark
com.ctrip.framework.foundation.internals.io.IOUtils
com.ctrip.framework.foundation.internals.io.ProxyInputStream
com.ctrip.framework.foundation.internals.provider.DefaultApplicationProvider
com.ctrip.framework.foundation.internals.provider.DefaultNetworkProvider
com.ctrip.framework.foundation.internals.provider.DefaultServerProvider
com.ctrip.framework.foundation.internals.provider.NullProvider
com.ctrip.framework.foundation.spi.ProviderManager
com.ctrip.framework.foundation.spi.provider.ApplicationProvider
com.ctrip.framework.foundation.spi.provider.NetworkProvider
com.ctrip.framework.foundation.spi.provider.Provider
com.ctrip.framework.foundation.spi.provider.ServerProvider