public class PlatformProvider extends Object
IPlatform
instance which in turn lets you
retrieve the various property files. Property files will come from your filesystem
or from zookeeper in a way transparent to you.
Here is an example to retrieve the content of the "punchplatform.properties" file:
IPunchPlatformProperties properties = PlatformProvider.getPlatform().getPlatformProperties();
Copyright © 2014–2023. All rights reserved.