Module omix.api

Class OVLCompatibilityHandlerInterface.Substitution

java.lang.Object
omix.plugin.ovl.OVLCompatibilityHandlerInterface.Substitution
Enclosing interface:
OVLCompatibilityHandlerInterface

public static class OVLCompatibilityHandlerInterface.Substitution
extends Object
A Substitution consisting of the namespace of the new class/field/accessory and the new name of the member.
Since:
Omix 1.5.12
Author:
Dr. Peter Droste
  • Field Details

  • Constructor Details

    • Substitution

      public Substitution​(String namespace, String substitution)
      Parameters:
      namespace - must not be null!
      substitution - The new name of the member.