Class AllowedFormats
- java.lang.Object
-
- com.google.gerrit.server.restapi.change.AllowedFormats
-
public class AllowedFormats extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<ArchiveFormat>
getAllowed()
com.google.common.collect.ImmutableMap<String,ArchiveFormat>
getExtensions()
-
-
-
Method Detail
-
getAllowed
public Set<ArchiveFormat> getAllowed()
-
getExtensions
public com.google.common.collect.ImmutableMap<String,ArchiveFormat> getExtensions()
-
-