3 #include <zk/config.hpp>
22 explicit classpath(std::vector<std::string> components) noexcept;
31 friend std::ostream& operator<<(std::ostream&,
const classpath&);
34 std::vector<std::string> _components;
Represents a collection of JARs or other Java entities that should be provided as the --classpath to ...
classpath(std::vector< std::string > components) noexcept
Create a classpath specification from the provided components.
std::string command_line() const
Get the command-line representation of this classpath. This puts ':' characters between the component...
static classpath system_default()
Load the system-default classpath for ZooKeeper.