public interface JavaScriptFile
| Modifier and Type | Method and Description |
|---|---|
String |
contents() |
String |
fileName()
File name with extension
|
String |
relativePath()
Deprecated.
since 4.0, use
fileName() or uri() |
URI |
uri()
Identifier of the file.
|
@Deprecated String relativePath()
fileName() or uri()String fileName()
String contents() throws IOException
IOExceptionURI uri()
Copyright © 2011–2018 SonarSource and Eriks Nukis. All rights reserved.