Package edu.gvsu.kurmasz.warszawa
Class Warszawa
java.lang.Object
edu.gvsu.kurmasz.warszawa.Warszawa
public class Warszawa
extends java.lang.Object
Container for constants.
- Author:
- Zachary Kurmas
-
Field Summary
Fields Modifier and Type Field Description static java.io.PrintStream
DEFAULT_ERROR_STREAM
Error messages are written here by default.static int
DEFAULT_EXIT_VALUE
Value passed toSystem.exit
by default -
Constructor Summary
Constructors Constructor Description Warszawa()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Prints the build date of this package.
-
Field Details
-
DEFAULT_EXIT_VALUE
public static final int DEFAULT_EXIT_VALUEValue passed toSystem.exit
by default- See Also:
- Constant Field Values
-
DEFAULT_ERROR_STREAM
public static final java.io.PrintStream DEFAULT_ERROR_STREAMError messages are written here by default.
-
-
Constructor Details
-
Warszawa
public Warszawa()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)Prints the build date of this package.- Parameters:
args
- not used
-