Class CompileCommandImpl
- java.lang.Object
-
- edu.wpi.first.vscode.tooling.models.CompileCommandImpl
-
- All Implemented Interfaces:
CompileCommand
public class CompileCommandImpl extends java.lang.Object implements CompileCommand
-
-
Constructor Summary
Constructors Constructor Description CompileCommandImpl(java.lang.String rootDirectory, ToolChains tc, BinaryObject binary, SourceSet sourceSet, Source source, java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCommand()java.lang.StringgetDirectory()java.lang.StringgetFile()
-
-
-
Constructor Detail
-
CompileCommandImpl
public CompileCommandImpl(java.lang.String rootDirectory, ToolChains tc, BinaryObject binary, SourceSet sourceSet, Source source, java.io.File file)
-
-
Method Detail
-
getDirectory
public java.lang.String getDirectory()
- Specified by:
getDirectoryin interfaceCompileCommand
-
getCommand
public java.lang.String getCommand()
- Specified by:
getCommandin interfaceCompileCommand
-
getFile
public java.lang.String getFile()
- Specified by:
getFilein interfaceCompileCommand
-
-