Class Manifest.File
- java.lang.Object
-
- io.freefair.gradle.plugins.github.internal.Manifest.File
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getSource_location()
The path of the manifest file relative to the root of the Git repository.int
hashCode()
void
setSource_location(String source_location)
The path of the manifest file relative to the root of the Git repository.String
toString()
-
-
-
Constructor Detail
-
File
public File(String source_location)
Creates a newFile
instance.- Parameters:
source_location
- The path of the manifest file relative to the root of the Git repository.
-
File
public File()
-
-
Method Detail
-
getSource_location
public String getSource_location()
The path of the manifest file relative to the root of the Git repository.
-
setSource_location
public void setSource_location(String source_location)
The path of the manifest file relative to the root of the Git repository.
-
canEqual
protected boolean canEqual(Object other)
-
-