public interface CodeGenPaths
Applies only to the output paths that various
creators will use (e.g., ActivatorCreator).-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionIdentifies where the generated sources should be written.Identifies where the meta-inf services should be written.Identifies where the module-info can be found.Identifies where the classes directory resides.Identifies where is the source directory resides.
-
Field Details
-
DEFAULT_META_INF_SERVICES_PATH
The default path formetaInfServicesPath().- See Also:
-
-
Method Details
-
metaInfServicesPath
Identifies where the meta-inf services should be written.- Returns:
- where should meta-inf services be written
-
sourcePath
Identifies where is the source directory resides.- Returns:
- the source directory
-
generatedSourcesPath
Identifies where the generated sources should be written.- Returns:
- where should the generated sources be written
-
outputPath
Identifies where the classes directory resides.- Returns:
- the classes directory
-
moduleInfoPath
Identifies where the module-info can be found.- Returns:
- the module-info location
-