Uses of Class
org.rostore.client.RoStoreClientProperties
Packages that use RoStoreClientProperties
Package
Description
RoStore Command Line Interface
RoStore java client classes
-
Uses of RoStoreClientProperties in org.rostore.cli
Methods in org.rostore.cli that return RoStoreClientPropertiesModifier and TypeMethodDescriptionstatic RoStoreClientPropertiesRoStorePropertiesLoader.fromRoStorePropertiesFile(File rostorePropertiesFile) static RoStoreClientPropertiesRoStorePropertiesLoader.systemWide()static RoStoreClientPropertiesRoStorePropertiesLoader.userProfile(String profileName, boolean verbose) -
Uses of RoStoreClientProperties in org.rostore.client
Methods in org.rostore.client that return RoStoreClientPropertiesModifier and TypeMethodDescriptionRoStoreClient.getProperties()Returns the rostore connection propertiesRequestProperties.getRoStoreClientProperties()Properties of theRoStoreClientto be used in the request.Constructors in org.rostore.client with parameters of type RoStoreClientPropertiesModifierConstructorDescriptionRequestProperties(RoStoreClientProperties roStoreClientProperties) RoStoreClient(TrustManager[] trustManagers, RoStoreClientProperties roStoreProperties) Creates a new rostore clientRoStoreClient(RoStoreClientProperties roStoreProperties)