Package org.opennms.alec.smoke.util
Class Karaf
- java.lang.Object
-
- org.opennms.alec.smoke.util.Karaf
-
public class Karaf extends Object
-
-
Constructor Summary
Constructors Constructor Description Karaf()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringrunKarafCommands(InetSocketAddress serviceAddress, String... commands)static voidverifyKar(Path overlayDeployPath)static voidwaitForBundleActive(String bundleName, InetSocketAddress serviceAddress)
-
-
-
Method Detail
-
runKarafCommands
public static String runKarafCommands(InetSocketAddress serviceAddress, String... commands) throws Exception
- Throws:
Exception
-
waitForBundleActive
public static void waitForBundleActive(String bundleName, InetSocketAddress serviceAddress)
-
verifyKar
public static void verifyKar(Path overlayDeployPath)
-
-