Class MavenCompileTool
java.lang.Object
net.thevpc.naru.impl.registry.builtintools.MavenCompileTool
- All Implemented Interfaces:
NaruTool
Runs
mvn compile in a Maven project directory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(NaruToolCallContext context) getDefinition(NaruSession session) getDescription(NaruSession session) name()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.thevpc.naru.api.registry.NaruTool
acceptMode
-
Constructor Details
-
MavenCompileTool
public MavenCompileTool()
-
-
Method Details
-
name
-
getDescription
- Specified by:
getDescriptionin interfaceNaruTool
-
getDefinition
- Specified by:
getDefinitionin interfaceNaruTool
-
execute
-