public interface InputPath extends InputComponent
File for files or directories.| Modifier and Type | Method and Description | 
|---|---|
| String | absolutePath() | 
| File | file() | 
| Path | path() | 
| String | relativePath() | 
isFile, keyString relativePath()
InputFile.relativePath(), 
InputDir.relativePath()String absolutePath()
InputFile.absolutePath(), 
InputDir.absolutePath()File file()
InputFile.file(), 
InputDir.file()Path path()
InputFile.path(), 
InputDir.path()Copyright © 2009–2016 SonarSource. All rights reserved.