Class BundleImpl
- java.lang.Object
-
- org.sonar.plugins.javascript.eslint.BundleImpl
-
- All Implemented Interfaces:
BundlePathResolver
@ScannerSide @SonarLintSide(lifespan="MULTIPLE_ANALYSES") public class BundleImpl extends Object
-
-
Constructor Summary
Constructors Constructor Description BundleImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deploy(Path deployLocation)
String
resolve(String relativePath)
String
startServerScript()
-
-
-
Method Detail
-
deploy
public void deploy(Path deployLocation) throws IOException
- Throws:
IOException
-
startServerScript
public String startServerScript()
-
resolve
public String resolve(String relativePath)
- Specified by:
resolve
in interfaceBundlePathResolver
-
-