Class Manifest
- java.lang.Object
 - 
- io.freefair.gradle.plugins.github.internal.Manifest
 
 
- 
public class Manifest extends Object
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManifest.Dependencystatic classManifest.File 
- 
Constructor Summary
Constructors Constructor Description Manifest() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Manifest.FilegetFile()StringgetName()The name of the manifest.Map<String,Manifest.Dependency>getResolved()inthashCode()voidsetFile(Manifest.File file)voidsetName(String name)The name of the manifest.voidsetResolved(Map<String,Manifest.Dependency> resolved)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getName
public String getName()
The name of the manifest. 
- 
getFile
public Manifest.File getFile()
 
- 
getResolved
public Map<String,Manifest.Dependency> getResolved()
 
- 
setName
public void setName(String name)
The name of the manifest. 
- 
setFile
public void setFile(Manifest.File file)
 
- 
setResolved
public void setResolved(Map<String,Manifest.Dependency> resolved)
 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -