Uses of Class
caseine.project.MavenProjectException
Packages that use MavenProjectException
-
Uses of MavenProjectException in caseine
Methods in caseine that throw MavenProjectExceptionModifier and TypeMethodDescriptionstatic voidCaseine.local(String projectPath, String vplId, ClassLoader cl) Generates the local templates.static voidCaseine.push(String projectPath, String vplId, String url, String token, ClassLoader cl, boolean settings) Publishes the templates to the remote caseine server. -
Uses of MavenProjectException in caseine.project
Methods in caseine.project that throw MavenProjectExceptionModifier and TypeMethodDescriptionvoidCaseineCommonProject.local(ClassLoader cl) voidCaseineCppProject.local(ClassLoader cl) Generates the local caseine templates into caseine-output.voidCaseineJavaProject.local(ClassLoader cl) Generates the local caseine templates into caseine-output.voidCaseineProject.local(ClassLoader cl) Generates the local caseine templates into caseine-output.voidCaseinePythonProject.local(ClassLoader cl) Generates the local caseine templates into caseine-output.voidCaseineCommonProject.push(ClassLoader cl) Publishes the templates to the remote caseine server.voidCaseineProject.push(ClassLoader cl) Publishes the templates to the remote caseine server.