Package org.sonar.api.batch.fs.internal
Class DefaultInputDir
java.lang.Object
org.sonar.api.batch.fs.internal.DefaultInputComponent
org.sonar.api.batch.fs.internal.DefaultInputDir
- All Implemented Interfaces:
org.sonar.api.batch.fs.InputComponent,org.sonar.api.batch.fs.InputDir,org.sonar.api.batch.fs.InputPath
public class DefaultInputDir
extends DefaultInputComponent
implements org.sonar.api.batch.fs.InputDir
- Since:
- 4.5
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonar.api.batch.fs.internal.DefaultInputComponent
hasMeasureFor, scannerId, setHasMeasureFor
-
Constructor Details
-
DefaultInputDir
-
-
Method Details
-
relativePath
- Specified by:
relativePathin interfaceorg.sonar.api.batch.fs.InputDir- Specified by:
relativePathin interfaceorg.sonar.api.batch.fs.InputPath
-
absolutePath
- Specified by:
absolutePathin interfaceorg.sonar.api.batch.fs.InputDir- Specified by:
absolutePathin interfaceorg.sonar.api.batch.fs.InputPath
-
file
- Specified by:
filein interfaceorg.sonar.api.batch.fs.InputDir- Specified by:
filein interfaceorg.sonar.api.batch.fs.InputPath
-
path
- Specified by:
pathin interfaceorg.sonar.api.batch.fs.InputDir- Specified by:
pathin interfaceorg.sonar.api.batch.fs.InputPath
-
moduleKey
-
key
- Specified by:
keyin interfaceorg.sonar.api.batch.fs.InputComponent
-
setModuleBaseDir
For testing purpose. Will be automatically set when dir is added toDefaultFileSystem -
isFile
public boolean isFile()- Specified by:
isFilein interfaceorg.sonar.api.batch.fs.InputComponent
-
equals
- Overrides:
equalsin classDefaultInputComponent
-
hashCode
public int hashCode()- Overrides:
hashCodein classDefaultInputComponent
-
toString
- Overrides:
toStringin classDefaultInputComponent
-
uri
- Specified by:
uriin interfaceorg.sonar.api.batch.fs.InputPath
-