Package org.nuxeo.runtime.tomcat.dev
Class FrameworkInvoker
- java.lang.Object
-
- org.nuxeo.runtime.tomcat.dev.FrameworkInvoker
-
public class FrameworkInvoker extends Object
Invokes the Framework by reflection as this module does not have access to the runtime context.- Since:
- 9.3
-
-
Field Summary
Fields Modifier and Type Field Description protected Method
isBooleanPropertyTrue
-
Constructor Summary
Constructors Constructor Description FrameworkInvoker(ClassLoader cl)
-
-
-
Field Detail
-
isBooleanPropertyTrue
protected final Method isBooleanPropertyTrue
-
-
Constructor Detail
-
FrameworkInvoker
public FrameworkInvoker(ClassLoader cl) throws ReflectiveOperationException
- Throws:
ReflectiveOperationException
-
-
Method Detail
-
isBooleanPropertyTrue
public boolean isBooleanPropertyTrue(String propName) throws ReflectiveOperationException
- Throws:
ReflectiveOperationException
-
-