Package org.tentackle.buildsupport
Class FxControllerBundleAnalyzeHandler
java.lang.Object
org.tentackle.buildsupport.AbstractAnalyzeHandler
org.tentackle.buildsupport.BundleAnalyzeHandler
org.tentackle.buildsupport.FxControllerBundleAnalyzeHandler
- All Implemented Interfaces:
AnalyzeHandler
Handler to extract the name of the resource bundle from
the class annotated with
@FxControllerService.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetBundleName(Element element, String annotationName) Gets the bundlename from the annotated element.Methods inherited from class org.tentackle.buildsupport.BundleAnalyzeHandler
getProcessor, processAnnotation, setProcessor, xlateBundleNameMethods inherited from class org.tentackle.buildsupport.AbstractAnalyzeHandler
getDirectory, print
-
Constructor Details
-
FxControllerBundleAnalyzeHandler
public FxControllerBundleAnalyzeHandler()
-
-
Method Details
-
getBundleName
Description copied from class:BundleAnalyzeHandlerGets the bundlename from the annotated element.- Overrides:
getBundleNamein classBundleAnalyzeHandler- Parameters:
element- the bundle nameannotationName- the annotation name (e.g. ...Bundle)- Returns:
- the bundle name, null if no bundle
-