+ +
+
Package musichub.util
+

Class Policy

+
+
java.lang.Object +
musichub.util.Policy
+
+
+
+
public final class Policy +extends Object
+
Class offering methods to prompt a policy agreement form to the user.
+
+
Version:
+
1.0
+
Author:
+
Anthony BOULANT
+
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Method that just throws an AssertionError if the class is called
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static void
    + +
    +
    Method prompting the whole policy agreement process
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Policy

      +
      public Policy()
      +
      Method that just throws an AssertionError if the class is called
      +
      +
      Throws:
      +
      AssertionError - you can't instantiate this class
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      showTerm

      +
      public static void showTerm()
      +
      Method prompting the whole policy agreement process
      +
      +
    • +
    +
    +
  • +
+
+ +