Package edu.gvsu.kurmasz.warszawa.util
Miscellaneous utilities.
-
Class Summary Class Description ArrayUtils A set of useful methods for dealing with arrays (different from those inJava.util.Arrays
).BuildDate Deprecated. UseBuildInfo
instead.BuildInfo Build information about a package, including version number and build date.RangeTests Methods to determine whether the value of a "wide" data type falls within the range of a "narrower" data type.TempForTesting -
Exception Summary Exception Description BuildInfo.InvalidBuildInfoFile Exception thrown when either the properties file won't parse, or the date in the properties file won't parseRangeTests.OutOfRangeException Thrown when the value of a wide data type doesn't fit in the narrower data type.