Package org.eclipse.jgit.transport
Class FilterSpec.ObjectTypes
- java.lang.Object
-
- org.eclipse.jgit.transport.FilterSpec.ObjectTypes
-
- Enclosing class:
- FilterSpec
static class FilterSpec.ObjectTypes extends java.lang.Object
Immutable bit-set representation of a set of Git object types.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static FilterSpec.ObjectTypes
ALL
private java.math.BigInteger
val
-
Constructor Summary
Constructors Modifier Constructor Description private
ObjectTypes(java.math.BigInteger val)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static FilterSpec.ObjectTypes
allow(int... types)
(package private) boolean
contains(int type)
boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Field Detail
-
ALL
static FilterSpec.ObjectTypes ALL
-
val
private final java.math.BigInteger val
-
-
Method Detail
-
allow
static FilterSpec.ObjectTypes allow(int... types)
-
contains
boolean contains(int type)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-