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