Interface PackStatus.Factory
-
- Enclosing interface:
- PackStatus
public static interface PackStatus.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PackStatuscompatible()PackStatusnewer()PackStatusolder()
-
-
-
Method Detail
-
compatible
PackStatus compatible()
-
newer
PackStatus newer()
-
older
PackStatus older()
-
-