A B C D E F G H I J L M O P R S T U V W 

A

ArchiveType - Enum in io.arivera.oss.embedded.rabbitmq.util
 
ArtifactRepository - Interface in io.arivera.oss.embedded.rabbitmq
 
atLeast(JavaVersion) - Method in enum io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.JavaVersion
Whether this version of Java is at least the version of Java passed in.
AWT_TOOLKIT - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The awt.toolkit System Property.

B

Beta - Annotation Type in io.arivera.oss.embedded.rabbitmq
Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
BROKER_STARTUP_COMPLETED - Static variable in class io.arivera.oss.embedded.rabbitmq.helpers.StartupHelper
 
build() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
Builds an immutable instance of EmbeddedRabbitMqConfig using smart defaults.

C

call() - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommand
 
call() - Method in class io.arivera.oss.embedded.rabbitmq.helpers.StartupHelper
Starts the RabbitMQ Server and blocks the current thread until the server is confirmed to have started.
check() - Method in class io.arivera.oss.embedded.rabbitmq.helpers.ErlangVersionChecker
Retrieves the current system's Erlang version to compare it to the minimum required version.
closeQuietly(OutputStream) - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.io.FileUtils
 
closeQuietly(InputStream) - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.io.FileUtils
 
COMMAND - Static variable in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCtl
 
compareTo(Plugin) - Method in class io.arivera.oss.embedded.rabbitmq.bin.plugins.Plugin
 
copy(InputStream, OutputStream) - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.io.FileUtils
 
copyInputStreamToFile(InputStream, File) - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.io.FileUtils
Copies bytes from an InputStream source to a file destination.
copyLarge(InputStream, OutputStream) - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.io.FileUtils
 
copyURLToFile(URL, File, int, int) - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.io.FileUtils
Copies bytes from the URL source to a file destination.
createInstance() - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommand.ProcessExecutorFactory
 
createStarted() - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Provides a started stopwatch for convenience.

D

DEFAULT_NODE_PORT - Static variable in enum io.arivera.oss.embedded.rabbitmq.RabbitMqEnvVar
 
defaultRabbitMqCtlTimeoutInMillis(long) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
 
deleteDownloadedFileOnErrors(boolean) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
If there's an issue downloading or extracting the artifact, automatically delete from downloaded file to prevent future re-use.
detect() - Static method in enum io.arivera.oss.embedded.rabbitmq.util.OperatingSystem
Returns the right instance of the Operation System.
disable(String) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqPlugins
Disables the given plugin by executing rabbitmq-plugins disable {plugin} and blocks until the call is finished.
DOWNLOAD_FOLDER - Static variable in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
 
downloadConnectionTimeoutInMillis(long) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
 
Downloader - Interface in io.arivera.oss.embedded.rabbitmq.download
 
Downloader.Decorator - Class in io.arivera.oss.embedded.rabbitmq.download
 
Downloader.Decorator(Downloader) - Constructor for class io.arivera.oss.embedded.rabbitmq.download.Downloader.Decorator
 
DownloaderFactory - Class in io.arivera.oss.embedded.rabbitmq.download
 
DownloaderFactory(EmbeddedRabbitMqConfig) - Constructor for class io.arivera.oss.embedded.rabbitmq.download.DownloaderFactory
 
DownloadException - Exception in io.arivera.oss.embedded.rabbitmq.download
 
DownloadException(String) - Constructor for exception io.arivera.oss.embedded.rabbitmq.download.DownloadException
 
DownloadException(String, Throwable) - Constructor for exception io.arivera.oss.embedded.rabbitmq.download.DownloadException
 
downloadFolder(File) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
Use this method to define a location where the compressed artifact will be downloaded to.
downloadFrom(ArtifactRepository) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
Defines where the artifact should be downloaded from and characteristics of the downloaded artifact.
downloadFrom(URL, String) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
 
downloadReadTimeoutInMillis(long) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
 
downloadTarget(File) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
Use this method to specify a file which should be used to store the downloaded artifact.

E

EmbeddedRabbitMq - Class in io.arivera.oss.embedded.rabbitmq
This is the main class to interact with RabbitMQ.
EmbeddedRabbitMq(EmbeddedRabbitMqConfig) - Constructor for class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMq
 
EmbeddedRabbitMqConfig - Class in io.arivera.oss.embedded.rabbitmq
Immutable configuration used to control all interactions with RabbitMQ broker and respective commands.
EmbeddedRabbitMqConfig(Version, URL, File, File, File, long, long, long, long, long, boolean, boolean, Map<String, String>, RabbitMqCommand.ProcessExecutorFactory) - Constructor for class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
EmbeddedRabbitMqConfig.Builder - Class in io.arivera.oss.embedded.rabbitmq
A user-friendly way to create a new EmbeddedRabbitMqConfig instance.
EmbeddedRabbitMqConfig.Builder() - Constructor for class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
Creates a new instance of the Configuration Builder.
enable(String) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqPlugins
Executes the command rabbitmq-plugins enable {plugin} and blocks until the call finishes.
envVar(String, String) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
Defines an environment variable value to use for the execution of all RabbitMQ commands.
envVar(RabbitMqEnvVar, String) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
Defines an environment variable value to use for the execution of all RabbitMQ commands.
envVars(Map<String, String>) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
A helper method to define several variables at once.
equals(Object) - Method in class io.arivera.oss.embedded.rabbitmq.bin.plugins.Plugin
 
erlangCheckTimeoutInMillis(long) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
 
ErlangShell - Class in io.arivera.oss.embedded.rabbitmq.bin
A wrapper for the command "", used for checking/testing the Erlang version.
ErlangShell(EmbeddedRabbitMqConfig) - Constructor for class io.arivera.oss.embedded.rabbitmq.bin.ErlangShell
Generic Constructor.
ErlangShellException - Exception in io.arivera.oss.embedded.rabbitmq.bin
 
ErlangShellException(String) - Constructor for exception io.arivera.oss.embedded.rabbitmq.bin.ErlangShellException
 
ErlangShellException(String, Throwable) - Constructor for exception io.arivera.oss.embedded.rabbitmq.bin.ErlangShellException
 
ErlangVersionChecker - Class in io.arivera.oss.embedded.rabbitmq.helpers
A class that helps enforce the existence and version requirements of Erlang to run RabbitMQ.
ErlangVersionChecker(EmbeddedRabbitMqConfig) - Constructor for class io.arivera.oss.embedded.rabbitmq.helpers.ErlangVersionChecker
 
ErlangVersionChecker(String, ErlangShell) - Constructor for class io.arivera.oss.embedded.rabbitmq.helpers.ErlangVersionChecker
 
ErlangVersionException - Exception in io.arivera.oss.embedded.rabbitmq.helpers
 
ErlangVersionException(String) - Constructor for exception io.arivera.oss.embedded.rabbitmq.helpers.ErlangVersionException
 
ErlangVersionException(String, Throwable) - Constructor for exception io.arivera.oss.embedded.rabbitmq.helpers.ErlangVersionException
 
execute(String...) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCtl
This method exposes a way to invoke "rabbitmqctl" with any arguments.
execute(String...) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqPlugins
This method exposes a way to invoke '' command with any arguments.
ExtractionException - Exception in io.arivera.oss.embedded.rabbitmq.extract
 
ExtractionException(String) - Constructor for exception io.arivera.oss.embedded.rabbitmq.extract.ExtractionException
 
ExtractionException(String, Throwable) - Constructor for exception io.arivera.oss.embedded.rabbitmq.extract.ExtractionException
 
extractionFolder(File) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
Define a folder where the artifact should be extracted to.
Extractor - Interface in io.arivera.oss.embedded.rabbitmq.extract
 
Extractor.Decorator - Class in io.arivera.oss.embedded.rabbitmq.extract
 
Extractor.Decorator(Extractor) - Constructor for class io.arivera.oss.embedded.rabbitmq.extract.Extractor.Decorator
 
ExtractorFactory - Class in io.arivera.oss.embedded.rabbitmq.extract
 
ExtractorFactory(EmbeddedRabbitMqConfig) - Constructor for class io.arivera.oss.embedded.rabbitmq.extract.ExtractorFactory
 

F

FILE_ENCODING - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The file.encoding System Property.
FILE_SEPARATOR - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Deprecated.
Use File.separator, since it is guaranteed to be a string containing a single character and it does not require a privilege check.
FileUtils - Class in io.arivera.oss.embedded.rabbitmq.apache.commons.io
General file manipulation utilities.
FileUtils() - Constructor for class io.arivera.oss.embedded.rabbitmq.apache.commons.io.FileUtils
 
forceReset() - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCtl
Forcefully return a RabbitMQ node to its virgin state.
fromString(String) - Static method in class io.arivera.oss.embedded.rabbitmq.bin.plugins.Plugin
 
fromString(String) - Static method in enum io.arivera.oss.embedded.rabbitmq.bin.plugins.Plugin.State
Parses a string as given by the command line output from rabbitmq-plugins list for the characters in between brackets.
fromStrings(Collection<String>) - Static method in class io.arivera.oss.embedded.rabbitmq.bin.plugins.Plugin
 

G

get() - Method in class io.arivera.oss.embedded.rabbitmq.util.RandomPortSupplier
 
getAppFolder() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
getArchiveType(OperatingSystem) - Method in enum io.arivera.oss.embedded.rabbitmq.PredefinedVersion
 
getArchiveType(OperatingSystem) - Method in interface io.arivera.oss.embedded.rabbitmq.Version
 
getDefaultRabbitMqCtlTimeoutInMillis() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
getDownloadConnectionTimeoutInMillis() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
getDownloadReadTimeoutInMillis() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
getDownloadSource() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
getDownloadTarget() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
getEnvVarName() - Method in enum io.arivera.oss.embedded.rabbitmq.RabbitMqEnvVar
 
getEnvVars() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
getErlangCheckTimeoutInMillis() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
getErlangVersion() - Method in class io.arivera.oss.embedded.rabbitmq.bin.ErlangShell
 
getExtension() - Method in enum io.arivera.oss.embedded.rabbitmq.util.ArchiveType
 
getExtractionFolder() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
getExtractionFolder() - Method in enum io.arivera.oss.embedded.rabbitmq.PredefinedVersion
 
getExtractionFolder() - Method in interface io.arivera.oss.embedded.rabbitmq.Version
 
getJavaHome() - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Gets the Java home directory as a File.
getJavaIoTmpDir() - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Gets the Java IO temporary directory as a File.
getMinimumErlangVersion() - Method in enum io.arivera.oss.embedded.rabbitmq.PredefinedVersion
 
getMinimumErlangVersion() - Method in interface io.arivera.oss.embedded.rabbitmq.Version
 
getName() - Method in class io.arivera.oss.embedded.rabbitmq.bin.plugins.Plugin
 
getNanoTime() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Get the time on the stopwatch in nanoseconds.
getNewInstance() - Method in class io.arivera.oss.embedded.rabbitmq.download.DownloaderFactory
 
getNewInstance() - Method in class io.arivera.oss.embedded.rabbitmq.extract.ExtractorFactory
Returns an Extractor instance appropriate based on the given configuration.
getProcessExecutorFactory() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
getRabbitMqPort() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
Returns the RabbitMQ node port as defined by the EmbeddedRabbitMqConfig.envVars or the default port if not defined.
getRabbitMqServerInitializationTimeoutInMillis() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
getSplitNanoTime() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Get the split time on the stopwatch in nanoseconds.
getSplitTime() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Get the split time on the stopwatch.
getStartTime() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Returns the time this stopwatch was started.
getState() - Method in class io.arivera.oss.embedded.rabbitmq.bin.plugins.Plugin
 
getTime() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Get the time on the stopwatch.
getTime(TimeUnit) - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Get the time on the stopwatch in the specified TimeUnit.
getUrl(Version, OperatingSystem) - Method in interface io.arivera.oss.embedded.rabbitmq.ArtifactRepository
 
getUrl(Version, OperatingSystem) - Method in enum io.arivera.oss.embedded.rabbitmq.OfficialArtifactRepository
 
getUserDir() - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Gets the user directory as a File.
getUserHome() - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Gets the user home directory as a File.
getVersion() - Method in class io.arivera.oss.embedded.rabbitmq.bin.plugins.Plugin
 
getVersion() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
getVersionAsString() - Method in enum io.arivera.oss.embedded.rabbitmq.PredefinedVersion
 
getVersionAsString() - Method in interface io.arivera.oss.embedded.rabbitmq.Version
 
groupedList() - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqPlugins
Same as RabbitMqPlugins.list() but it returns the plugins grouped by state.

H

hashCode() - Method in class io.arivera.oss.embedded.rabbitmq.bin.plugins.Plugin
 

I

innerExtractor - Variable in class io.arivera.oss.embedded.rabbitmq.extract.Extractor.Decorator
 
io.arivera.oss.embedded.rabbitmq - package io.arivera.oss.embedded.rabbitmq
 
io.arivera.oss.embedded.rabbitmq.apache.commons.io - package io.arivera.oss.embedded.rabbitmq.apache.commons.io
 
io.arivera.oss.embedded.rabbitmq.apache.commons.lang3 - package io.arivera.oss.embedded.rabbitmq.apache.commons.lang3
 
io.arivera.oss.embedded.rabbitmq.bin - package io.arivera.oss.embedded.rabbitmq.bin
 
io.arivera.oss.embedded.rabbitmq.bin.plugins - package io.arivera.oss.embedded.rabbitmq.bin.plugins
 
io.arivera.oss.embedded.rabbitmq.download - package io.arivera.oss.embedded.rabbitmq.download
 
io.arivera.oss.embedded.rabbitmq.extract - package io.arivera.oss.embedded.rabbitmq.extract
 
io.arivera.oss.embedded.rabbitmq.helpers - package io.arivera.oss.embedded.rabbitmq.helpers
 
io.arivera.oss.embedded.rabbitmq.util - package io.arivera.oss.embedded.rabbitmq.util
 
IS_JAVA_1_1 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Java version 1.1 (also 1.1.x versions).
IS_JAVA_1_2 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Java version 1.2 (also 1.2.x versions).
IS_JAVA_1_3 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Java version 1.3 (also 1.3.x versions).
IS_JAVA_1_4 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Java version 1.4 (also 1.4.x versions).
IS_JAVA_1_5 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Java version 1.5 (also 1.5.x versions).
IS_JAVA_1_6 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Java version 1.6 (also 1.6.x versions).
IS_JAVA_1_7 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Java version 1.7 (also 1.7.x versions).
IS_JAVA_1_8 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Java version 1.8 (also 1.8.x versions).
IS_JAVA_1_9 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Java version 1.9 (also 1.9.x versions).
IS_OS_400 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is IBM OS/400.
IS_OS_AIX - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is AIX.
IS_OS_FREE_BSD - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is FreeBSD.
IS_OS_HP_UX - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is HP-UX.
IS_OS_IRIX - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Irix.
IS_OS_LINUX - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Linux.
IS_OS_MAC - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac.
IS_OS_MAC_OSX - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac.
IS_OS_MAC_OSX_CHEETAH - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac OS X Cheetah.
IS_OS_MAC_OSX_EL_CAPITAN - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac OS X El Capitan.
IS_OS_MAC_OSX_JAGUAR - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac OS X Jaguar.
IS_OS_MAC_OSX_LEOPARD - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac OS X Leopard.
IS_OS_MAC_OSX_LION - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac OS X Lion.
IS_OS_MAC_OSX_MAVERICKS - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac OS X Mavericks.
IS_OS_MAC_OSX_MOUNTAIN_LION - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac OS X Mountain Lion.
IS_OS_MAC_OSX_PANTHER - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac OS X Panther.
IS_OS_MAC_OSX_PUMA - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac OS X Puma.
IS_OS_MAC_OSX_SNOW_LEOPARD - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac OS X Snow Leopard.
IS_OS_MAC_OSX_TIGER - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac OS X Tiger.
IS_OS_MAC_OSX_YOSEMITE - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Mac OS X Yosemite.
IS_OS_NET_BSD - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is NetBSD.
IS_OS_OPEN_BSD - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is OpenBSD.
IS_OS_OS2 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is OS/2.
IS_OS_SOLARIS - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Solaris.
IS_OS_SUN_OS - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is SunOS.
IS_OS_UNIX - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is a UNIX like system, as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.
IS_OS_WINDOWS - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows.
IS_OS_WINDOWS_10 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows 10.
IS_OS_WINDOWS_2000 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows 2000.
IS_OS_WINDOWS_2003 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows 2003.
IS_OS_WINDOWS_2008 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows Server 2008.
IS_OS_WINDOWS_2012 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows Server 2012.
IS_OS_WINDOWS_7 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows 7.
IS_OS_WINDOWS_8 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows 8.
IS_OS_WINDOWS_95 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows 95.
IS_OS_WINDOWS_98 - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows 98.
IS_OS_WINDOWS_ME - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows ME.
IS_OS_WINDOWS_NT - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows NT.
IS_OS_WINDOWS_VISTA - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows Vista.
IS_OS_WINDOWS_XP - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is Windows XP.
IS_OS_ZOS - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is true if this is z/OS.
isJavaAwtHeadless() - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Returns whether the SystemUtils.JAVA_AWT_HEADLESS value is true.
isJavaVersionAtLeast(JavaVersion) - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Is the Java version at least the requested version.
isStarted() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
The method is used to find out if the StopWatch is started.
isStopped() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
This method is used to find out whether the StopWatch is stopped.
isSuspended() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
This method is used to find out whether the StopWatch is suspended.

J

JAVA_AWT_FONTS - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.awt.fonts System Property.
JAVA_AWT_GRAPHICSENV - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.awt.graphicsenv System Property.
JAVA_AWT_HEADLESS - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.awt.headless System Property.
JAVA_AWT_PRINTERJOB - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.awt.printerjob System Property.
JAVA_CLASS_PATH - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.class.path System Property.
JAVA_CLASS_VERSION - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.class.version System Property.
JAVA_COMPILER - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.compiler System Property.
JAVA_ENDORSED_DIRS - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.endorsed.dirs System Property.
JAVA_EXT_DIRS - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.ext.dirs System Property.
JAVA_HOME - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.home System Property.
JAVA_IO_TMPDIR - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.io.tmpdir System Property.
JAVA_LIBRARY_PATH - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.library.path System Property.
JAVA_RUNTIME_NAME - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.runtime.name System Property.
JAVA_RUNTIME_VERSION - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.runtime.version System Property.
JAVA_SPECIFICATION_NAME - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.specification.name System Property.
JAVA_SPECIFICATION_VENDOR - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.specification.vendor System Property.
JAVA_SPECIFICATION_VERSION - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.specification.version System Property.
JAVA_UTIL_PREFS_PREFERENCES_FACTORY - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.util.prefs.PreferencesFactory System Property.
JAVA_VENDOR - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.vendor System Property.
JAVA_VENDOR_URL - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.vendor.url System Property.
JAVA_VERSION - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.version System Property.
JAVA_VM_INFO - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.vm.info System Property.
JAVA_VM_NAME - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.vm.name System Property.
JAVA_VM_SPECIFICATION_NAME - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.vm.specification.name System Property.
JAVA_VM_SPECIFICATION_VENDOR - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.vm.specification.vendor System Property.
JAVA_VM_SPECIFICATION_VERSION - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.vm.specification.version System Property.
JAVA_VM_VENDOR - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.vm.vendor System Property.
JAVA_VM_VERSION - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The java.vm.version System Property.
JavaVersion - Enum in io.arivera.oss.embedded.rabbitmq.apache.commons.lang3
An enum representing all the versions of the Java specification.
join(Collection<T>, CharSequence) - Static method in class io.arivera.oss.embedded.rabbitmq.util.StringUtils
Joins the elements of the provided collection into a single String containing the provided list of elements.

L

LINE_SEPARATOR - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The line.separator System Property.
list() - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqPlugins
Executes the rabbitmq-plugins list command
listeningToEventsWith(ProcessListener) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqServer
Use this method to register a listener to be notified of process events, like start, stop, etc.
listenToEvents(ProcessListener) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommand
Registers a unique listener to be notified of process events, such as start and finish.
logStandardErrorOutputAs(Level) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommand
Defines which logging level to use for the processes' standard error output.
logStandardOutputAs(Level) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommand
Defines which logging level to use for the process' standard output.
logWith(Logger) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommand
Defines which SLF4J logger to use log the process output as it would have been dumped to STDOUT and STDERR.

M

matches(String) - Method in enum io.arivera.oss.embedded.rabbitmq.util.ArchiveType
 

O

OfficialArtifactRepository - Enum in io.arivera.oss.embedded.rabbitmq
A list of the official repositories where RabbitMQ publishes their artifacts.
openOutputStream(File) - Static method in class io.arivera.oss.embedded.rabbitmq.apache.commons.io.FileUtils
 
OperatingSystem - Enum in io.arivera.oss.embedded.rabbitmq.util
 
OS_ARCH - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The os.arch System Property.
OS_NAME - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The os.name System Property.
OS_VERSION - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The os.version System Property.

P

PATH_SEPARATOR - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
Deprecated.
Use File.pathSeparator, since it is guaranteed to be a string containing a single character and it does not require a privilege check.
Plugin - Class in io.arivera.oss.embedded.rabbitmq.bin.plugins
 
Plugin.State - Enum in io.arivera.oss.embedded.rabbitmq.bin.plugins
 
port(int) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
Defines the port that this RabbitMQ broker node will run on.
PredefinedVersion - Enum in io.arivera.oss.embedded.rabbitmq
A list of RabbitMQ versions pre-configured to match the binaries distributed officially by RabbitMQ.
processExecutorFactory(RabbitMqCommand.ProcessExecutorFactory) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
 

R

RabbitMqCommand - Class in io.arivera.oss.embedded.rabbitmq.bin
A generic way of executing any of the commands found under the sbin folder of the RabbitMQ installation.
RabbitMqCommand(EmbeddedRabbitMqConfig, String, String...) - Constructor for class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommand
Constructs a new instance this class to execute arbitrary RabbitMQ commands with arbitrary arguments.
RabbitMqCommand.ProcessExecutorFactory - Class in io.arivera.oss.embedded.rabbitmq.bin
 
RabbitMqCommand.ProcessExecutorFactory() - Constructor for class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommand.ProcessExecutorFactory
 
RabbitMqCommandException - Exception in io.arivera.oss.embedded.rabbitmq.bin
 
RabbitMqCommandException(String) - Constructor for exception io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommandException
 
RabbitMqCommandException(String, Throwable) - Constructor for exception io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommandException
 
RabbitMqCtl - Class in io.arivera.oss.embedded.rabbitmq.bin
This is a wrapper around RabbitMqCommand to make it easier to execute ""rabbitmqctl"" commands.
RabbitMqCtl(EmbeddedRabbitMqConfig) - Constructor for class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCtl
 
RabbitMqEnvVar - Enum in io.arivera.oss.embedded.rabbitmq
A list of RabbitMQ environment variables used to configure the broker's behavior.
RabbitMqPlugins - Class in io.arivera.oss.embedded.rabbitmq.bin
A wrapper around the RabbitMqCommand to execute '' commands.
RabbitMqPlugins(EmbeddedRabbitMqConfig) - Constructor for class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqPlugins
 
RabbitMqServer - Class in io.arivera.oss.embedded.rabbitmq.bin
A wrapper for the command "", used for starting the RabbitMQ broker.
RabbitMqServer(EmbeddedRabbitMqConfig) - Constructor for class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqServer
Creates a new RabbitMqServer with NOOP settings for output capturing and event listening.
rabbitMqServerInitializationTimeoutInMillis(long) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
 
randomPort() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
Defines the port that this RabbitMQ broker node will run on.
RandomPortSupplier - Class in io.arivera.oss.embedded.rabbitmq.util
 
RandomPortSupplier() - Constructor for class io.arivera.oss.embedded.rabbitmq.util.RandomPortSupplier
 
RandomPortSupplier(ServerSocketFactory) - Constructor for class io.arivera.oss.embedded.rabbitmq.util.RandomPortSupplier
 
reset() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Resets the stopwatch.
reset() - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCtl
Return a RabbitMQ node to its virgin state.
resume() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Resume the stopwatch after a suspend.
run() - Method in interface io.arivera.oss.embedded.rabbitmq.download.Downloader
 
run() - Method in interface io.arivera.oss.embedded.rabbitmq.extract.Extractor
 
run() - Method in class io.arivera.oss.embedded.rabbitmq.helpers.ShutdownHelper
 

S

shouldCachedDownload() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
shouldDeleteCachedFileOnErrors() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig
 
ShutDownException - Exception in io.arivera.oss.embedded.rabbitmq.helpers
 
ShutDownException(String, Throwable) - Constructor for exception io.arivera.oss.embedded.rabbitmq.helpers.ShutDownException
 
ShutdownHelper - Class in io.arivera.oss.embedded.rabbitmq.helpers
A helper class used to shut down a specific RabbitMQ Process and wait until it's the process is stopped.
ShutdownHelper(EmbeddedRabbitMqConfig, Future<ProcessResult>) - Constructor for class io.arivera.oss.embedded.rabbitmq.helpers.ShutdownHelper
Constructs a new instance that will be used to shut down the given RabbitMQ server process.
split() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Split the time.
start() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Start the stopwatch.
start() - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqServer
Starts the RabbitMQ Server and keeps the process running until it's stopped.
start() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMq
Starts the RabbitMQ server process and blocks the current thread until the initialization is completed.
startApp() - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCtl
Starts the RabbitMQ application.
startDetached() - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqServer
Start the RabbitMq Server in a detached state.
StartupException - Exception in io.arivera.oss.embedded.rabbitmq.helpers
 
StartupException(String) - Constructor for exception io.arivera.oss.embedded.rabbitmq.helpers.StartupException
 
StartupException(String, Throwable) - Constructor for exception io.arivera.oss.embedded.rabbitmq.helpers.StartupException
 
StartupHelper - Class in io.arivera.oss.embedded.rabbitmq.helpers
 
StartupHelper(EmbeddedRabbitMqConfig) - Constructor for class io.arivera.oss.embedded.rabbitmq.helpers.StartupHelper
 
stop() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Stop the stopwatch.
stop() - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCtl
Stops the Erlang node on which RabbitMQ is running.
stop() - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMq
Submits the command to stop RabbitMQ and blocks the current thread until the shutdown is completed.
stopApp() - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCtl
Stops the RabbitMQ application, leaving the Erlang node running.
StopWatch - Class in io.arivera.oss.embedded.rabbitmq.apache.commons.lang3
StopWatch provides a convenient API for timings.
StopWatch() - Constructor for class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Constructor.
storeOutput(boolean) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommand
Used to define if the output of the process should be stored for retrieval after the ProcessResult future is completed.
StringUtils - Class in io.arivera.oss.embedded.rabbitmq.util
 
StringUtils() - Constructor for class io.arivera.oss.embedded.rabbitmq.util.StringUtils
 
suspend() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Suspend the stopwatch for later resumption.
SystemUtils - Class in io.arivera.oss.embedded.rabbitmq.apache.commons.lang3
Helpers for java.lang.System.
SystemUtils() - Constructor for class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
SystemUtils instances should NOT be constructed in standard programming.

T

toString() - Method in enum io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.JavaVersion
The string value is overridden to return the standard name.
toString() - Method in class io.arivera.oss.embedded.rabbitmq.bin.plugins.Plugin
 

U

unsplit() - Method in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.StopWatch
Remove a split.
useCachedDownload(boolean) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
If the artifact is already present in the filesystem, setting this as {code true} will prevent re-downloading it.
USER_COUNTRY - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The user.country or user.region System Property.
USER_DIR - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The user.dir System Property.
USER_HOME - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The user.home System Property.
USER_LANGUAGE - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The user.language System Property.
USER_NAME - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The user.name System Property.
USER_TIMEZONE - Static variable in class io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils
The user.timezone System Property.

V

valueOf(String) - Static method in enum io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.JavaVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.arivera.oss.embedded.rabbitmq.bin.plugins.Plugin.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.arivera.oss.embedded.rabbitmq.OfficialArtifactRepository
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.arivera.oss.embedded.rabbitmq.PredefinedVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.arivera.oss.embedded.rabbitmq.RabbitMqEnvVar
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.arivera.oss.embedded.rabbitmq.util.ArchiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.arivera.oss.embedded.rabbitmq.util.OperatingSystem
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.JavaVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.arivera.oss.embedded.rabbitmq.bin.plugins.Plugin.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.arivera.oss.embedded.rabbitmq.OfficialArtifactRepository
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.arivera.oss.embedded.rabbitmq.PredefinedVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.arivera.oss.embedded.rabbitmq.RabbitMqEnvVar
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.arivera.oss.embedded.rabbitmq.util.ArchiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.arivera.oss.embedded.rabbitmq.util.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
version(Version) - Method in class io.arivera.oss.embedded.rabbitmq.EmbeddedRabbitMqConfig.Builder
Use a predefined version of RabbitMQ.
Version - Interface in io.arivera.oss.embedded.rabbitmq
A class that provides information about a specific distribution artifact version of RabbitMQ.

W

writeErrorOutputTo(OutputStream) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommand
Error output from the process will be written here as it happens.
writeOutputTo(OutputStream) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqCommand
Output from the process will be written here as it happens.
writeOutputTo(OutputStream) - Method in class io.arivera.oss.embedded.rabbitmq.bin.RabbitMqServer
Use this method if you wish the output of the process is streamed somewhere as it happens.
A B C D E F G H I J L M O P R S T U V W 

Copyright © 2016–2017. All rights reserved.