Class ModulesJavaFacet
- java.lang.Object
-
- net.officefloor.frame.compatibility.ModulesJavaFacet
-
-
Constructor Summary
Constructors Constructor Description ModulesJavaFacet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSupported(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, wait
-
Methods inherited from interface net.officefloor.frame.compatibility.JavaFacet
isSupported
-
-
-
-
Method Detail
-
isSupported
public boolean isSupported(JavaFacetContext context) throws java.lang.Exception
Description copied from interface:JavaFacet
Indicates if the facet is supported.- Specified by:
isSupported
in interfaceJavaFacet
- Parameters:
context
-JavaFacetContext
.- Returns:
true
if the facet is supported.- Throws:
java.lang.Exception
- If fails to determine if facet is supported.
-
-