Package org.cyclos.utils
Class ServiceHelper
- java.lang.Object
-
- org.cyclos.utils.ServiceHelper
-
public class ServiceHelper extends Object
Contains helper methods for service handling
-
-
Constructor Summary
Constructors Constructor Description ServiceHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisInstantiable(Class<?> serviceClass)Returns whether the given service is concrete (not a shared superclass)static booleanisInstantiable(String serviceClassName)Returns whether the given service is concrete (not a shared superclass)
-
-
-
Method Detail
-
isInstantiable
public static boolean isInstantiable(Class<?> serviceClass)
Returns whether the given service is concrete (not a shared superclass)
-
isInstantiable
public static boolean isInstantiable(String serviceClassName)
Returns whether the given service is concrete (not a shared superclass)
-
-