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 booleancanEqual(Object other)booleanequals(Object o)StringgetSource_location()The path of the manifest file relative to the root of the Git repository.inthashCode()voidsetSource_location(String source_location)The path of the manifest file relative to the root of the Git repository.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
File
public File(String source_location)
Creates a newFileinstance.- 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)
 
 - 
 
 -