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