Package org.pentaho.platform.osgi
Interface IKarafInstanceResolver
-
public interface IKarafInstanceResolverAssigns an instance number and ports to a KarafInstance Created by nbaker on 3/20/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresolveInstance(KarafInstance instance)Given the instance parameters, resolve all ports and cache folders
-
-
-
Method Detail
-
resolveInstance
void resolveInstance(KarafInstance instance) throws KarafInstanceResolverException
Given the instance parameters, resolve all ports and cache folders- Parameters:
instance-- Throws:
KarafInstanceResolverException
-
-