Class ModulesJavaFacet
java.lang.Object
net.officefloor.frame.compatibility.ModulesJavaFacet
- All Implemented Interfaces:
JavaFacet
JavaFacet to determine if Jigsaw Modules available.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSupported(JavaFacetContext context) Indicates if the facet is supported.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.officefloor.frame.compatibility.JavaFacet
isSupported
-
Constructor Details
-
ModulesJavaFacet
public ModulesJavaFacet()
-
-
Method Details
-
isSupported
Description copied from interface:JavaFacetIndicates if the facet is supported.- Specified by:
isSupportedin interfaceJavaFacet- Parameters:
context-JavaFacetContext.- Returns:
trueif the facet is supported.- Throws:
Exception- If fails to determine if facet is supported.
-