public final class VersionHelper extends Object
| Constructor and Description |
|---|
VersionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
after(String text,
String after) |
static String |
before(String text,
String before) |
static String |
between(String text,
String after,
String before) |
static String |
dockerVersion()
Retrieves the version of docker to use
|
static String |
fabric8ArchetypesVersion()
Returns the version to use for the fabric8 archetypes
|
static String |
fabric8Version()
Retrieves the version of fabric8 to use
|
static String |
hawtioVersion()
Retrieves the version of hawtio to use
|
static String |
loadText(InputStream in)
Loads the entire stream into memory as a String and returns it.
|
public static String fabric8Version()
public static String fabric8ArchetypesVersion()
public static String hawtioVersion()
public static String dockerVersion()
public static String loadText(InputStream in) throws IOException
IOExceptionCopyright © 2011–2015 Red Hat. All rights reserved.